Components/KanbanBoard

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

Design

Write API docs

Docs
In Progress1

Build auth flow

Engineering
Done1

Setup CI/CD

DevOps

API Reference

PropTypeDefaultDescription
columns*KanbanColumn[]requiredArray of column definitions.
onChange(cols: KanbanColumn[]) => voidCalled when cards are moved.
renderCard(card, colId) => ReactNodeCustom card renderer.