https://github.com/pubuzhixing8/light-dnd
A lightweight drag and drop library
https://github.com/pubuzhixing8/light-dnd
angular dnd drag-and-drop
Last synced: about 1 month ago
JSON representation
A lightweight drag and drop library
- Host: GitHub
- URL: https://github.com/pubuzhixing8/light-dnd
- Owner: pubuzhixing8
- Created: 2022-02-23T15:09:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-21T03:38:15.000Z (over 4 years ago)
- Last Synced: 2025-07-21T12:52:28.217Z (11 months ago)
- Topics: angular, dnd, drag-and-drop
- Language: TypeScript
- Homepage:
- Size: 145 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# light-drag-and-drop
A lightweight drag and drop library, currently still in beta stage.
## Inspiration
light-dnd is inspired by the drag scene of rich text editors (highly customized drag and drop interaction), and the DOM native drag and drop events cannot meet all functional requirements. This library uses mouse events to handle drag and drop behavior, mainly including drag event simulation and general drag and drop interaction processing.
## Features
- Auto scroll handling
- Esc cancel drag
- Custom mouse cursor