react-drawer icon indicating copy to clipboard operation
react-drawer copied to clipboard

Is there an install to just use the component?

Open toddcoulson opened this issue 7 years ago • 1 comments

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.

toddcoulson avatar Aug 24 '18 19:08 toddcoulson

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)

atom2ueki avatar Aug 28 '18 06:08 atom2ueki