UNPKG

1.38 kBMarkdownView Raw
1[![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[![Build Status](https://travis-ci.org/react-dnd/react-dnd-html5-backend.svg?branch=main)](https://travis-ci.org/react-dnd/react-dnd-html5-backend)
3[![dependencies Status](https://david-dm.org/react-dnd/react-dnd-html5-backend/status.svg)](https://david-dm.org/react-dnd/react-dnd-html5-backend)
4[![devDependencies Status](https://david-dm.org/react-dnd/react-dnd-html5-backend/dev-status.svg)](https://david-dm.org/react-dnd/react-dnd-html5-backend?type=dev)
5[![peerDependencies Status](https://david-dm.org/react-dnd/react-dnd-html5-backend/peer-status.svg)](https://david-dm.org/react-dnd/react-dnd-html5-backend?type=peer)
6
7# React DnD HTML5 Backend
8
9The officially supported HTML5 backend for [React DnD](http://react-dnd.github.io/react-dnd/).
10See [the docs](http://react-dnd.github.io/react-dnd/docs/backends/html5) for usage information.
11
12## Installation
13
14If you use [npm](http://npmjs.com):
15
16```
17npm install --save react-dnd-html5-backend
18```
19
20## Browser Support
21
22We strive to support the evergreen browsers.
23
24Unfortunately 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.
25
26## License
27
28MIT