react-drawer
react-drawer copied to clipboard
Is there an install to just use the component?
Having this as an example is convoluted. I could not get this to work as just an import of react-drawer and add the drawer component into my project. Basically I want to skip this step:
npm install webpack
It kept asking me for animate.css and I could not figure out how to reference it. I installed animate.css, but it kept saying it could not located it.
Hi @toddcoulson, These two steps were just an example incase you need to compiling lib by yourself two ways to use this library
- download from release, get this two file
./lib/react-drawer.css,./lib/react-drawer.js, include them to your project, refer to the Example - by using
npm install --save react-drawer(recommended)