Goal
Add a dnd module wrapping HTML5 Drag and Drop with type safety and touch support.
Features
Draggable.create(element, options) with cleanup function
DropZone.create(element, options) with typed drop data
- Touch device support via pointer events
- Drag preview customization
- Accessible keyboard-based reordering
- File drop support
Goal
Add a
dndmodule wrapping HTML5 Drag and Drop with type safety and touch support.Features
Draggable.create(element, options)with cleanup functionDropZone.create(element, options)with typed drop data