kanban-dnd
Installation
SKILL.md
When to Use This Skill
Use when:
- Building a kanban/pipeline board with drag-and-drop
- Implementing card movement between columns
- Need proper collision detection that prioritizes columns over cards
- Want Linear/Notion-style drag UX with cursor-following overlay
Tech Stack
| Package | Version | Purpose |
|---|---|---|
@dnd-kit/core |
^6.x | Core DnD context and hooks |
@dnd-kit/modifiers |
^9.x | Cursor snapping modifiers |
@dnd-kit/utilities |
^3.x | CSS transform utilities |