Drag & drop for @rescript/react
.
- Vertical lists
- Horizontal lists
- Multiple drop targets
- Mouse & Touch interactions
- Conditional drag & drop
- Custom drag handles
- Scrollable containers
- Auto-scroll when dragging at container's edge
# yarn
yarn add rescript-dnd
# or npm
npm install --save rescript-dnd
Then add it to bsconfig.json
:
"bs-dependencies": [
"rescript-dnd"
]
🚧 The library is not feature-complete and some features/apis might be missing.
🎙 Let us know if you miss anything via creating an issue.
🌎 We're using it in production BTW.
- Keyboard interactions
- Ignore form elements (opt-out)
- Drop-zones
- Multi-select
- To
react-beautiful-dnd
for inspiration
MIT.