2.0.0 ⢠Published 8 years ago
bs-react-dnd v2.0.0
Reason bindings for react-dnd
Reason bindings for react-dnd.
Status
š§ Not everything is supported yet. š§
Feel free to create an issue or PR.
Installation
npm install --save bs-react-dndThen add bs-react-dnd to bs-dependencies in your bsconfig.json:
{
...
"bs-dependencies": ["bs-react-dnd"]
}TODO
- DragLayer
- Recreate some examples from react-dnd docs
Usage
Please take a look at examples. To run demo:
$ cd examples
$ npm install
$ npm start