0.0.5 • Published 5 years ago
mystoreaid-ui-toolkit v0.0.5
MyStoreAid UI Toolkit
A collection of classes and ui snippets shared across different applications at MyStoreAid
How to install
npm i mystoreaid-ui-toolkit --save
How to use locally
Clone the repository into the same directory as your app. In package.json of your project, use the project by importing it this way:
"mystoreaid-ui-toolkit": "../ui-toolkit"
Remember to runnpm run build
whenever you make changes