Join our Discord Community
Crud

👋 This is a community-driven shadcn/ui resource. For the official documentation, visit ui.shadcn.com

Kanban Board

CRUD kanban board with drag-and-drop columns for status management, card preview, and inline actions for visual workflow organization

Looking to implement shadcn/ui blocks?

Join our Discord community for help from other developers.


Visual workflows beat tables. This React CRUD kanban board displays items as draggable cards across status columns (To Do, In Progress, Done), showing title, assignee avatar, tags, and priority indicators. Built with shadcn/ui Card, Badge, Avatar components with drag-and-drop support, users can update item status by moving cards between columns with visual feedback. Column counts, card actions, and empty states—perfect for project management, order tracking, or task boards where kanban visualization improves workflow clarity and status updates through intuitive drag-and-drop interactions.

Loading preview...

Installation

npx shadcn@latest add https://www.shadcn.io/registry/crud-kanban-board-01.json
npx shadcn@latest add https://www.shadcn.io/registry/crud-kanban-board-01.json
pnpm dlx shadcn@latest add https://www.shadcn.io/registry/crud-kanban-board-01.json
bunx shadcn@latest add https://www.shadcn.io/registry/crud-kanban-board-01.json

Questions you might have