sortee

List sorting with dynamic nested list support.


License
MIT
Install
npm install sortee@0.1.0

Documentation

sortee

Drag and drop list sorting with dynamic nested list support.

Install

npm install sortee

Usage

import sortee from 'sortee';

const list = new Sortee({
  list: document.querySelector('.sortee'),
  onDrop: (changes) => console.log(changes)
});

sortee.init();
sortee.teardown();