No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

README.md 2.0 KiB

hace 3 años
123456789101112131415161718192021222324252627282930313233343536
  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=master)](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. # React DnD HTML5 Backend
  7. The officially supported HTML5 backend for [React DnD](http://react-dnd.github.io/react-dnd/).
  8. See [the docs](http://react-dnd.github.io/react-dnd/docs-html5-backend.html) for usage information.
  9. ## Installation
  10. If you use [npm](http://npmjs.com):
  11. ```
  12. npm install --save react-dnd-html5-backend
  13. ```
  14. The npm package defaults to the CommonJS build.
  15. However it also includes a pre-minified UMD build in the `dist` folder.
  16. The UMD build exports a global `window.ReactDnDHTML5Backend` when imported as a `<script>` tag.
  17. If you’d rather not use npm, you can use [unpkg](http://unpkg.com/) to access the UMD build directly: [ReactDnDHTML5Backend.min.js](https://unpkg.com/react-dnd-html5-backend@latest/dist/ReactDnDHTML5Backend.min.js).
  18. You may point your Bower config to it.
  19. ## Browser Support
  20. 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 officially support IE9 and less.
  21. 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.
  22. ## License
  23. MIT