Toast Stack
A stacked preview of paper notices for docs and marketing: depth via scale/opacity, optional expanded list. Not the live Toaster.
Draw
draw a card
$npx shadcn@latest add @clow/toast-stackFirst 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
<ToastStack />Examples
basic
Props
| prop | type | default |
|---|---|---|
| depth | number | 3 |
| expanded | boolean | false |

