- Notifications
You must be signed in to change notification settings - Fork0
a sortable view for nested lists which also supports dragging items into and out of a list
License
rozek/svelte-sortable-nested-list-view
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
a sortable view for nested lists which also supports dragging items into and out of a list
It is based onsvelte-drag-and-drop-actions and, consequently, on HTML5 native Drag-and-Drop.
NPM users: please consider theGithub README for the latest description of this package (as updating the docs would otherwise always require a new NPM package version)
Mobile Developers: since many mobile platforms lack support for native HTML5 drag-and-drop, you should consider importingsvelte-drag-drop-touch as a polyfill (a simple import of that package will suffice - there is no extra programming needed)
(under active development, please stay tuned)
Just a small note: if you like this module and plan to use it, consider "starring" this repository (you will find the "Star" button on the top right of this page), so that I know which of my repositories to take most care of.
npm install svelte-sortable-nested-list-viewYou may easily build this package yourself.
Just installNPM according to the instructions for your platform and follow these steps:
- either clone this repository usinggit ordownload a ZIP archive with its contents to your disk and unpack it there
- open a shell and navigate to the root directory of this repository
- run
npm installin order to install the complete build environment - execute
npm run buildto create a new build
See the author'sbuild-configuration-study for a general description of his build environment.
About
a sortable view for nested lists which also supports dragging items into and out of a list
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.