display contract

Alert

Inline non-dismissible notice tied to a section. For warnings/errors that aren't toasts.

Variants

  • info
  • success
  • warning
  • destructive

Sizes

  • md
  • lg

Slots

  • icon
  • title
  • description
  • action

Example

<Alert variant="warning"><AlertTitle>Action required</AlertTitle><AlertDescription>Update your payment method.</AlertDescription></Alert>

Usage rule

role="alert" + aria-live="polite" (or "assertive" for destructive).

The full Alert contract has 3 more rules, plus the do-not patterns. Get the full recipe.

Get the Alert contract in your project.