rad-navdrawer
v0.0.12
Published
rad-navdrawer component
Downloads
10
Readme
A simple navdrawer component that is small and easily extendable.
Usage
yarn add rad-navdrawer
# OR
npm install --save rad-navdrawer
Contributing
To get started contributing make sure to do the following:
Clone the repo
git clone
Go into packages and then rad-navdrawer
cd packages/rad-navdrawer
Install Dependencies
yarn
# OR
npm install
Watch file and your changes
yarn run watch
# OR
npm run watch
Build for development and production
yarn run build
# OR
npm run build
License
MIT