svelte-sortable-list
svelte-sortable-list copied to clipboard
A svelte 3 component that implements a list with animated drag-n-drop functionality.
I have an if statement that will show and hide the SortableList but when it shows or hide, it has to animate first.
Bumps [svelte](https://github.com/sveltejs/svelte) from 3.6.4 to 3.49.0. Changelog Sourced from svelte's changelog. 3.49.0 Improve performance of string escaping during SSR (#5701) Add ComponentType and ComponentProps convenience types (#6770) Add support for...
hi I am adding an array with multiple nested object to sort but in the event on sort I get back a couple of undefined objects this is my list...
Hi! Which license are you using / want to use for your library? If you don't declare any license - everybody that uses this library without permission would violate copyright...
Hello! Great component, thanks for your work! I could be wrong on this, but let me explain my doubt. Let's say I have a list of 3 elements - Element...
I really like the package, but after I got it implemented I realized that it does not work on mobile. I'm just leaving this here so it can be tracked....
Hi @brunomolteni , I am the author of https://github.com/isaacHagoel/svelte-dnd-action. I am believe we both realised that Svelte has to have a good drag and drop library in order to be...
I was looking for a library that did sortable grids nicely this was great but it worked only for listitems. i was wondering if it could be used for grid...
I'd like to see what item was actually moved in the `event.detail` to sync it with server side. If we would bind the list #8, it would be the only...