react-draggable-mixin

0.1.2 • Public • Published

React Draggable Mixin

Install

npm i react-draggable-mixin

API

isDragOnTouchStart

invokes onDrag when touchstart is occurred.

onDrag

invoked while dragging for both touchmove and touchend.

won't be invoked if there is no touchmove

onDrop

invoked when drag is finished

happened when touchend and at least one touchmove was triggered previously

DEMO

jsfiddle

TODO

support mouse event / drag event / and pointer event

unit tests

Package Sidebar

Install

npm i react-draggable-mixin

Weekly Downloads

2

Version

0.1.2

License

ISC

Last publish

Collaborators

  • huang47