Kanban
A paper kanban board: stamped title, columns with tone flags, WIP counts and compact tagged cards. Three chromes (outlined, soft, ruled). Presentational (no drag library).
Draw
draw a card
$npx shadcn@latest add @clow/kanbanFirst 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
<Kanban />Examples
basic
Props
| prop | type | default |
|---|---|---|
| title | text | Board |
| variant | outlined | soft | ruled | outlined |

