Sortable
Drag-and-drop lists and boards for reordering items.
List with handles
A reorderable list dragged by explicit handles.
Nested groups
Reorderable items organized into nested groups.
Notification priority
Drag notification channels to set their priority order.
Task columns (drag between)
A kanban board where tasks drag between columns.
API reference
Drag-and-drop reordering: Sortable provides context, SortableItem wraps each entry, and SortableOverlay renders the dragged preview.
Anatomy
Sortable | Root managing drag context, sensors, and reordering. |
SortableItem | A draggable list entry, keyed by its value. |
SortableItemHandle | A grip element that binds the drag listeners. |
SortableOverlay | Portalled floating preview of the dragged item. |