react-draggable-mixin
v0.1.2
Published
React Draggable Mixin
Maintainers
Readme
React Draggable Mixin
Install
npm i react-draggable-mixinAPI
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
touchendand at least onetouchmovewas triggered previously
