Alert
Inline status panel. Color lives in border + soft wash + icon tint; destructive is matte and never glows.
Draw
draw a card
$npx shadcn@latest add @clow/alertFirst time? Point @clow at the registry
Once per project, add the registry to your components.json. Then draw any card by name.
"registries": {
"@clow": "https://clow.cards/r/{name}.json"
}Full setup →Playground
props
<Alert />Examples
basic
variants
Props
| prop | type | default |
|---|---|---|
| variant | default | info | success | warning | destructive | default |

