Package Exports
- @azabraao/react-draggable
- @azabraao/react-draggable/build/cjs/cjs.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@azabraao/react-draggable) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
React-Draggable
This is a fork from the original React Draggable with a single difference: it has not prevent default in the touchstart for mobile devices. Instead it gives you the opportunite to make the "preventDefault" on touch capture, in case you want.
It was just a personal need of a project I @azabraao was working on. In case it helps you too, I will be very happy :)
For docs and everything else, please, refer to the original source.