0.1.8 • Published 10 years ago

react-gestures v0.1.8

Weekly downloads
3
License
MIT
Repository
github
Last release
10 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

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4-alpha2

10 years ago

0.1.4-alpha1

10 years ago

0.1.4-alpha

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago