25
Displays a message to attract user attention.
npx neobrutal add alertimport { Alert, AlertTitle, AlertDescription } from "@/components/ui/alert"<Alert>
<AlertTitle>Title</AlertTitle>
<AlertDescription>Description</AlertDescription>
</Alert>| Prop | Type | Default | Description |
|---|---|---|---|
| variant | "default" | "neutral" | "destructive" | "success" | "warning" | "default" | The visual style of the alert. |