An open API service indexing awesome lists of open source software.

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

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)