react-sortable-mixin icon indicating copy to clipboard operation
react-sortable-mixin copied to clipboard

Make a list-like react component sortable

Results 3 react-sortable-mixin issues
Sort by recently updated
recently updated
newest added

if I have an array ['a', 'b', 'c'], and I swap the first and last element, what is the format of the array that gets returned from the onResorted hook?...

Try dragging a pane in the demo and moving it in circles quickly. It gets stuck often when trying to do this.

Hi, I loved the mixin but since I had a couple of issues getting the mixin to work with dynamic concent, so I made a couple of changes on a...