Waiting for action
Column board with optional drag-and-drop cards.
| Prop | Type | Default | Description |
|---|---|---|---|
columns | KanbanColumn[] | — | Columns and card ids. |
cards | Record<string, KanbanCard> | — | Card lookup. |
onChange | (columns) => void | — | Enables drag moves. |
onCardClick | (card) => void | — | Optional card click callback (e.g. open a modal). |
Copy this complete component into a page file. Edit and run it in the Playground.
Loading editor…