import { Alert } from "@eloquent/ui"; export default function Example() { return ( Alert Title Alert Description ); }