Kanban
DataKanban board with drag-and-drop columns and cards. Supports priorities, tags, and column customization.
Playground
To Do
2high
Design new landing page
Create wireframes and mockups
designui
medium
Set up CI/CD pipeline
devops
In Progress
1high
Implement auth module
JWT + refresh token
backendauth
Done
2low
Database schema
backend
low
Project setup
setup
Controls
Props
| Prop | Type | Default | Description |
|---|---|---|---|
columns* | DsKanbanColumn[] | — | Board columns. |
draggable | boolean | true | Enable drag-and-drop. |
Skeleton
Use DsKanbanSkeleton as a loading placeholder while content is being fetched.
Default
vue
<DsKanbanSkeleton />Accessibility
- Drag-and-drop is keyboard accessible via move buttons.
- Each column has an aria label and cards have appropriate roles.
