An open API service indexing awesome lists of open source software.

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.

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 .