dnd

sortable

A single-container sortable list — reorder items with a drag handle. Owns its own DndContext. Generic over item type T; you provide getId and renderItem.

Read the spec
Extract the board
Add DnD primitives
Wire the showcase

Four rows. Drag the handle to reorder — the list owns its DndContext, so no wrapper setup needed.

Installation

Usage

Use when

  • Reorderable lists where items stay in one container — task lists, playlist tracks, field order

Used in

Kanban Board