react-gesture

A React component for defining gestures.

Usage no npm install needed!

<script type="module">
  import reactGesture from 'https://cdn.skypack.dev/react-gesture';
</script>

README

react-gesture

Build Status npm package Dependency Status devDependency Status peerDependency Status

A gesture recognizer for web and mobile devices for React.

Installation

yarn add react-gesture

API

prop type default value
children element
disableClick bool | func
flickThreshold number 0.6
holdTime number 400
swipeThreshold number 10
onSwipeUp func
onSwipeDown func
onSwipeLeft func
onSwipeRight func
onTap func
onClick func
onHold func
onPinchToZoom func
onTouchStart func
onTouchMove func
onTouchCancel func
onTouchEnd func
onMouseDown func
onMouseMove func
onMouseUp func

Examples

License

MIT