bs-react-dnddeprecated

Reason bindings for react-dnd

Usage no npm install needed!

<script type="module">
  import bsReactDnd from 'https://cdn.skypack.dev/bs-react-dnd';
</script>

README

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