You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 18, 2018. It is now read-only.
The officially supported HTML5 backend for [React DnD](http://gaearon.github.io/react-dnd/).
5
4
See [the docs](http://gaearon.github.io/react-dnd/docs-html5-backend.html) for usage information.
6
5
6
+
## Installation
7
+
8
+
```
9
+
npm install --save react-dnd-html5-backend
10
+
```
11
+
12
+
While we suggest you to use NPM, you can find the precompiled UMD build in the `dist` folder available on the [`latest` branch](https://github.com/gaearon/react-dnd-html5-backend/tree/latest/dist) as well as in every [tagged release](https://github.com/gaearon/react-dnd-html5-backend/releases). This is where you can point Bower if that’s what you use.
0 commit comments