0.0.12 • Published 9 years ago
rad-modal v0.0.12
A simple modal component that is small and easily extendable.
Usage
yarn add rad-modal
# OR
npm install --save rad-modalContributing
To get started contributing make sure to do the following:
Clone the repo
git cloneGo into packages and then rad-modal
cd packages/rad-modalInstall 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