react-sortful
react-sortful copied to clipboard
Sortable components for horizontal and vertical, nested, and tree forms.
Bumps [codecov](https://github.com/codecov/codecov-node) from 3.6.5 to 3.7.1. Commits 29dd5b6 3.7.1 c0711c6 Switch from execSync to execFileSync (#180) 5f6cc62 Bump lodash from 4.17.15 to 4.17.19 (#183) 0c4d7f3 Merge pull request #182 from...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 Commits d7fbc52 Bump to v4.17.19 2e1c0f2 Add npm-package 1b6c282 Bump to v4.17.18 a370ac8 Bump to v4.17.17 1144918...
Closes #18 ... it turns out nested lists were not working well. There were problems with the drop line, ghost images, and resetting drag state. # Changes - Added ability...
Currently, setting the isLonely prop on an item disables dropline and destination on both sides. It would be very useful to have it only one side, for example, to prevent...
It would be very useful to expose the config properties of react-use-gesture for the drag handling. As an example, the drag delay is useful in certain scenarios and so is...
Sometimes, you want to make the drag handler be clickable so that it can, for example, show a menu when clicked, but when can also allow dragging.
Is it possible to nest horizontal lists within vertical lists within horizontal lists within ... ?