GREENengagehttps://green-engage.deDesign

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

Info

Warning

Destructive

Success