@ahrefs/bs-react-dnd
v1.1.0
Published
Reason bindings for react-dnd
Downloads
27
Readme
Reason bindings for react-dnd
Reason bindings for react-dnd.
Status
🚧 Not everything is supported yet; Unstable; Doesn't follow semver; 🚧
Feel free to create an issue or PR.
Installation, npm
npm install --save @ahrefs/bs-react-dnd
Then add @ahrefs/bs-react-dnd
to bs-dependencies
in your bsconfig.json
:
{
...
"bs-dependencies": ["@ahrefs/bs-react-dnd"]
}
TODO
- [ ] DragLayer
- [x] Recreate some examples from react-dnd docs
Usage
Please take a look at examples. To run demo:
Run yarn start
for bucklescript compiler watcher.
Then run yarn start:reshowcase
which will start on localhost:9001
.