petruc.ci / docs
docs / feedback / alert

Alert

1:1 with Callout — info (blue), warning (yellow), danger (red), tip (green), note (gray). Use variant.

import { Alert, AlertTitle, AlertDescription } from "@/components/ui/alert"

<Alert variant="info"><AlertTitle>Heads up</AlertTitle><AlertDescription>Info.</AlertDescription></Alert>
<Alert variant="warning"><AlertTitle>Careful</AlertTitle><AlertDescription>Warning.</AlertDescription></Alert>
<Alert variant="tip"><AlertTitle>Tip</AlertTitle><AlertDescription>Green tip.</AlertDescription></Alert>
<Alert variant="danger"><AlertTitle>Error</AlertTitle><AlertDescription>Danger.</AlertDescription></Alert>