KanbanBoard
Drag-and-drop kanban board with customizable columns and card rendering.
Installation
Examples
Three-column board
Drag cards between Backlog, In Progress, and Done.
Backlog2
Redesign landing page
DesignWrite API docs
DocsIn Progress1
Build auth flow
EngineeringDone1
Setup CI/CD
DevOpsAPI Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| columns* | KanbanColumn[] | required | Array of column definitions. |
| onChange | (cols: KanbanColumn[]) => void | — | Called when cards are moved. |
| renderCard | (card, colId) => ReactNode | — | Custom card renderer. |