Alert

Overlays & Feedback

macOS notification panel banner callout.

Installation

$npx shadcn-macos@latest add alert

Examples

Props

<Alert />
PropTypeDefaultDescription
variant"default" | "destructive" | "warning" | "success""default"Visual urgency theme.
title*stringMain bold title headline.
descriptionstringDetailed explanatory text.
iconReact.ReactNodeOptional custom icon overriding the default variant icon.
classNamestringCustom CSS classes.