Data
KanbanBoard
Kanban-style board with columns and cards for task management.
Quick Preview
Backlog
2In Progress
2Review
1Done
2Installation
npm install lucide-react
// Copy fromsrc/components/data/KanbanBoard.tsx
Prompt Preview
Copy a prompt that recreates this UI
Paste this into your AI coding assistant to generate code that closely matches the reference, including color, size, shape, typography, spacing, and polish.
Copy-ready AI prompt
Starts from the current visual reference and project constraints.
Tweak only product-specific copy or data after the first generation pass.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
columns* | KanbanColumn[] | - | Array of columns with cards |
onCardClick | (card: KanbanCard, columnId: string) => void | - | Card click callback |
className | string | - | Additional CSS classes |