Skip to content
This repository was archived by the owner on Jun 18, 2018. It is now read-only.

Commit e6b00e9

Browse files
committed
v2.0.1
2 parents ef30252 + a886ab8 commit e6b00e9

File tree

4 files changed

+30
-5
lines changed

4 files changed

+30
-5
lines changed

README.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
1-
# react-dnd-html5-backend [![npm package](https://img.shields.io/npm/v/react-dnd-html5-backend.svg?style=flat-square)](https://www.npmjs.org/package/react-dnd-html5-backend)
2-
3-
The default HTML5 backend for [React DnD](http://gaearon.github.io/react-dnd/).
1+
# React DnD HTML5 Backend [![npm package](https://img.shields.io/npm/v/react-dnd-html5-backend.svg?style=flat-square)](https://www.npmjs.org/package/react-dnd-html5-backend)
42

3+
The officially supported HTML5 backend for [React DnD](http://gaearon.github.io/react-dnd/).
54
See [the docs](http://gaearon.github.io/react-dnd/docs-html5-backend.html) for usage information.
65

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.
13+
14+
There is no `dist` folder on the master branch.
15+
16+
## Browser Support
17+
18+
We strive to support the evergreen browsers, Safari 7+, as well as IE11+. IE10 should also work, but `DragLayer` is fairly useless because IE10 doesn’t support `pointer-events: none`. We don’t officialy support IE9 and less.
19+
20+
Unfortunately the browser bugs, inconsistencies, and regressions come up from time to time, so please make sure you test your app on the browsers you’re interested in, and report any bugs to us.
21+
722
## License
823

924
MIT

0 commit comments

Comments
 (0)