react-touch-drawer
npm install react-touch-drawer
###Installation and usage
####Inline code
The easiest way to use react-touch-drawer is to install it from npm and build it into your app with Webpack.
$ npm install react-touch-drawer
####Then use it in your app:
``javascript
import ReactTouchDrawer from 'react-touch-drawer';
const drawerHeight=200
function App() {
return (
drawerComponent={
({close,open})=>(