Skip to content

feat: add Drag and Drop module #108

@marcstraube

Description

@marcstraube

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

Metadata

Metadata

Assignees

Labels

effort:mMedium (30 min - 2h)enhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions