Alert
Displays a callout for user attention.
import {
Alert,
AlertAction,
AlertDescription,
AlertTitle,
} from "@/components/ui/alert";
<Alert className="mt-2" variant="default">
<AlertTitle>Alert Title</AlertTitle>
<AlertDescription>
Alert Descripion to inform users of stuff
</AlertDescription>
<AlertAction>Action</AlertAction>
</Alert>
Default
Alert Title
Alert Descripion to inform users of stuff
Info
Alert Title
Alert Descripion to inform users of stuff
Warning
Alert Title
Alert Descripion to inform users of stuff
Destructive
Alert Title
Alert Descripion to inform users of stuff
Success
Alert Title
Alert Descripion to inform users of stuff