Nested Sort
Nested Sort is a vanilla JavaScript library, without any dependencies, which helps you to sort a nested list of items via drag and drop. Unfortunately, it does not support touch screens yet.
Docs
https://gilgaz.com/demo/nested-sort
Download
Installation
Using npm:
$ npm install nested-sort
Using yarn:
$ yarn add nested-sort
Contribution
Developer environment requirements
To run this project, you will need:
Running tests
yarn
yarn test
yarn test --watch
yarn test:coverage
Dev mode
When developing you can run:
yarn watch
This will regenerate the build files each time a source file is changed and serve on http://127.0.0.1:5000.
You can navigate to http://127.0.0.1:5000/dev/ in order to see the samples.