npm install react-swipe-it>
 
``bash`
npm install --save react-swipe-it
`jsx
import React, { Component } from 'react'
import MyComponent from 'react-swipe-it'
class Example extends Component {
render () {
return (
)
}
}
``
MIT © binarylogician