https://github.com/n-ce/draggablequeue
Typescript Implementation of a lively Queue list with unidimensionally draggable items.
https://github.com/n-ce/draggablequeue
eruda queue sortablejs typescript vite
Last synced: 11 months ago
JSON representation
Typescript Implementation of a lively Queue list with unidimensionally draggable items.
- Host: GitHub
- URL: https://github.com/n-ce/draggablequeue
- Owner: n-ce
- License: mit
- Created: 2024-03-09T12:37:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-11T09:59:54.000Z (almost 2 years ago)
- Last Synced: 2024-04-23T21:29:45.497Z (almost 2 years ago)
- Topics: eruda, queue, sortablejs, typescript, vite
- Language: TypeScript
- Homepage: https://n-ce.github.io/DraggableQueue/
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DraggableQueue
Typescript Implementation of a lively Queue list with unidimensionally draggable items.
For drag and drop behaviour, we use the [sortablejs](https://github.com/SortableJS/Sortable) library.
This project uses the modern CSS Nesting properties, make sure your browser is supported https://developer.mozilla.org/en-US/docs/Web/CSS/Nesting_selector#browser_compatibility .