Block

Kanban Board

A cross-column kanban — drag cards between columns with a drag overlay. Generic over card type T; columns and items are props, onMove handles the state transition.

Backlog4
Extract kanban to sigil-designui
Add DnD primitivesui
Wire the showcase categoryweb
Carry back into the roadmapchat
Active0

Empty

Done0

Empty

Three columns (Backlog / Active / Done). Drag cards between columns or reorder within one.

Recipe

sortable + draggable

KanbanBoard is SortableList's multi-column sibling: same drag handle and sensor setup, but items move between columns instead of within one. The onMove callback handles the from/to/index transition.

Installation