...
Display important information or status to users.
You can add components to your app using the CLI.
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" | Controls the color scheme and default icon of the alert. |