Displays a callout for user attention.
Loading...
import { Terminal } from "lucide-react"
import {Installation
pnpmnpmyarnbun
Usage
import { Alert, AlertDescription, AlertTitle } from "@/components/ui/alert"<Alert>
<Terminal className="size-4" />
<AlertTitle>Heads up!</AlertTitle>
<AlertDescription>
You can add components to your app using the CLI.
</AlertDescription>
</Alert>Examples
Destructive
Loading...
import { AlertCircle } from "lucide-react"
import {