0.0.12 • Published 9 years ago
rad-stepper v0.0.12
A simple stepper component that is small and easily extendable.
Usage
yarn add rad-stepper
# OR
npm install --save rad-stepperContributing
To get started contributing make sure to do the following:
Clone the repo
git cloneGo into packages and then rad-stepper
cd packages/rad-stepperInstall Dependencies
yarn
# OR
npm installWatch file and your changes
yarn run watch
# OR
npm run watchBuild for development and production
yarn run build
# OR
npm run buildLicense
MIT