@leiteszeke/ui-toolkit
v0.0.2
Published
UI Toolkit
Downloads
2
Readme
UI Toolkit v0.0.2
Dependencies
Installation
npm install @leiteszeke/ui-toolkit --save
- or -
yarn add @leiteszeke/ui-toolkit
For Development
- Clone repository
create-react-app demo
ln -s ${TOOLKIT_PATH}/build ${TOOLKIT_PATH}demo/src/toolkit
- In a console
npm run watch
- In another console
cd demo && npm start