chameleon-design
v0.8.77
Published
chameleon design component library
Readme
Chameleon design components
This repository hosts all the components used by the chameleon engine.
This is heavily in progress and can't be imported / used yet.
Contributing
Development scripts
npm run generate-icons
This needs to be ran before running any other script, and subsequently with every update made to the resources/icons folder.
npm run storybook
Runs a storybook with all the components
npm run build
Builds the library into /dist
npm run lint
Manually run tslint --fix (with prettier) on the codebase. Also runs automatically on files staged for commit.
Local development with npm link
- Run
npm linkin the root folder of this project - Run
npm link @miotix/chameleon-designin the down stream project - Run
npm run watchto dynamically rebuild contents ofdistfolder on file changes
