Kanban
Drag-and-drop board with columns and cards for project management workflows.
Basic Kanban Board
Preview
To Do
3Design homepage mockup
Create wireframes for the new landing page
Set up CI/CD pipeline
Write API documentation
In Progress
2Implement auth module
OAuth2 + JWT token flow
Database schema review
Done
1Project setup
Card with Labels & Assignees
Redesign checkout flow
#142
Feature
High Priority
Simplify the 5-step checkout into a single page experience
Priority Indicators
Critical bug fix
!!!
Update dependencies
!!
Refactor utils
!
Reference
| Class | Description |
|---|---|
| .kanban | Board container (horizontal scroll) |
| .kanban-compact | Reduced spacing variant |
| .kanban-swimlanes | Vertical swimlane layout |
| .kanban-column | Column container (300px) |
| .kanban-column-collapsed | Collapsed column (48px) |
| .kanban-column-dragover | Column drag-over highlight |
| .kanban-column-header | Column header with title and count |
| .kanban-column-body | Cards container (scrollable) |
| .kanban-column-footer | Column footer (add button) |
| .kanban-add-btn | Dashed add-card button |
| .kanban-card | Draggable task card |
| .kanban-card-dragging | Card being dragged |
| .kanban-card-ghost | Ghost card placeholder |
| .kanban-card-color-* | Left border color (primary, success, warning, error, info) |
| .kanban-card-completed | Completed card (strikethrough) |
| .kanban-card-label-* | Card label colors (primary, success, warning, error) |
| .kanban-card-priority-* | Priority indicator (high, medium, low) |
| .kanban-drop-zone | Drop zone between cards |
| .kanban-swimlane | Horizontal swimlane row |
| .kanban.glass | Glassmorphism variant |