https://github.com/hanford/react-touchable-component
Touchable / draggable react component with an easy to use API
https://github.com/hanford/react-touchable-component
gesture moveable opensource react touch
Last synced: 22 days ago
JSON representation
Touchable / draggable react component with an easy to use API
- Host: GitHub
- URL: https://github.com/hanford/react-touchable-component
- Owner: hanford
- Created: 2017-10-01T01:12:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-01T01:26:05.000Z (over 7 years ago)
- Last Synced: 2025-03-22T15:50:04.434Z (about 1 month ago)
- Topics: gesture, moveable, opensource, react, touch
- Language: JavaScript
- Homepage:
- Size: 132 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## react-touchable-component
> Touchable / draggable react component with an easy to use API
## Install
```
$ npm install react-touchable-component --save
```## Usage
```js
import Touchable from 'react-touchable-component'..
render () {
return (
{({x, y}) => (
Yo, Im moving around
)}
)
}
```## License
MIT © [Jack Hanford](http://jackhanford.com)