Clow Cards
A soft stack of painted Clow Cards. Switch chrome and tone. Edit title and art window (text, image, or keep items) from the playground. Brand under the ribbon defaults to CLOW. Copy shares props only; the painted frame mask ships with the component.
Draw
draw a card
$npx shadcn@latest add @clow/clow-cardsFirst 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"
}Playground
props
<ClowCards />Examples
basic
Props
| prop | type | default |
|---|---|---|
| hint | boolean | true |
| fade | boolean | true |
| frame | classic | hope | twin | solar | void | classic |
| tone | sakura | clow | ink | mono | ember | sakura |
| title | text | THE SEAL |
| artSlot | keep | text | image | keep |
| description | text | Body copy in the pink field when artSlot is text. |
| image | text | /sakura-portrait.jpg |
| brand | text | CLOW |




