Neobrutalism UI LogoNeobrutal UI

Alert

Displays a message to attract user attention.

Installation

npx neobrutal add alert

Usage

import { Alert, AlertTitle, AlertDescription } from "@/components/ui/alert"
<Alert>
<AlertTitle>Title</AlertTitle>
<AlertDescription>Description</AlertDescription>
</Alert>

Examples

Default

Destructive

Success

Warning

Props

PropTypeDefaultDescription
variant"default" | "neutral" | "destructive" | "success" | "warning""default"The visual style of the alert.