react-draggable-mixin
v0.1.2
Published
React Draggable Mixin
Downloads
8
Maintainers
Readme
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 onetouchmove
was triggered previously