KanbanBoard
A drag-and-drop Kanban board with keyboard support. Cards can be dragged between columns and reordered within columns.
Installation
npx dafink-ui add kanbanRequires: @dnd-kit/core, @dnd-kit/sortable, @dnd-kit/utilities
Demo
To Do
2Research
Research competitors
Write spec
Define requirements for v2.
In Progress
2Engineering
Build prototype
Design review
Review mockups with the team.
Done
1Kick-off meeting
Align on goals and timeline.
Composition
<KanbanBoard>/* data-driven */
</KanbanBoard>
Props
| Name | Type | Default | Description |
|---|---|---|---|
| initialColumns | KanbanColumnData[] | - | Initial column and card data. Column and card state is managed internally. |
| className | string | "" | Extra classes on the board container. |