All components

Alert

Inline status message with an optional action.

Full API on ui.shadcn.com

Default

<Alert>
  <Info className="size-4" />
  <AlertTitle>New feature</AlertTitle>
  <AlertDescription>Brand switcher now lives in the top bar.</AlertDescription>
</Alert>