WFP logoDesign System

Displays a callout for user attention with contextual information.

Installation

pnpm dlx shadcn@latest add https://designsystem.wfp.org/r/alert.json

Usage

import { Alert, AlertTitle, AlertDescription } from "@/components/ui/alert";
<Alert>
  <AlertTitle>Heads up!</AlertTitle>
  <AlertDescription>
    You can add components to your app using the cli.
  </AlertDescription>
</Alert>

Examples

Variants

API reference

Alert

Container for the alert message.

PropType
variant"default" | "destructive"