0.1.8 • Published 9 years ago

react-gestures v0.1.8

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

React Gesture Recognizers

Install

$ npm install react-gestures --save

Usage

	...
	render() {
		return (
			<ReactGestures
				onSwipeUp={...}
				onSwipeDown={...}
				onSwipeLeft={...}
				onSwipeRight={...}
				onTap={...}
				onTouchStart={...}
				onTouchMove={...}
				onTouchCancel={...}
				onTouchEnd={...}>
			<div>...</div>
			</ReactGestures>
		);
	}
}

License

MIT

0.1.8

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4-alpha2

9 years ago

0.1.4-alpha1

9 years ago

0.1.4-alpha

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago