Displays a callout for user attention.
Run the following command:
npx ever-ui-clx@0.2.1 add demo-alert
import { Alert, AlertDescription, AlertTitle } from "@/components/ui/alert";
<Alert>
<Terminal className="size-4" />
<AlertTitle>Heads up!</AlertTitle>
<AlertDescription>
You can add components and dependencies to your app using the cli.
</AlertDescription>
</Alert>