rainforestapp/react-dnd-html5-backend

Name: react-dnd-html5-backend

Owner: Rainforest QA

Description: Forked to merge Firefox fix: https://github.com/gaearon/react-dnd-html5-backend/pull/34

Created: 2016-06-22 05:49:13.0

Updated: 2016-10-27 07:31:26.0

Pushed: 2016-10-27 07:32:57.0

Homepage:

Size: 48

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

React DnD HTML5 Backend npm package

The officially supported HTML5 backend for React DnD.
See the docs for usage information.

Installation

If you use npm:

install --save react-dnd-html5-backend

The npm package defaults to the CommonJS build.

However it also includes a pre-minified UMD build in the dist folder. The UMD build exports a global window.ReactDnDHTML5Backend when imported as a <script> tag.

If you?d rather not use npm, you can use npmcdn to access the UMD build directly: ReactDnDHTML5Backend.min.js.
You may point your Bower config to it.

Browser Support

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.

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.

License

MIT


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.