react drawer component
npm install react-clean-drawer``sh`
npm install --save react-clean-drawer
`js`
// Import css and Drawer Component
import Drawer from 'react-clean-drawer'
import 'react-clean-drawer/lib/react-clean-drawer.css'
> Example Usage.
`js
import React, { Component } from 'react'
import Drawer from 'react-clean-drawer'
import 'react-clean-drawer/lib/react-clean-drawer.css'
class App extends Component {
constructor(props) {
super(props);
this.state={open:null}
}
render() {
return (
export default App;
`
`sh`
git clone https://github.com/Aniket965/react-clean-drawer.git
cd react-clean-drawer
>Install Dependices
`sh`
yarn
> Build
`sh``
yarn build
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning.
aniket965 - Initial work* - aniket965
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details