2.0.0 ā€¢ Published 6 years ago

bs-react-dnd v2.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

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-dnd

Then 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