@aceandtate/styled-ui
v1.0.1
Published
collection of react ui components
Keywords
Readme
styled-ui
Ace & Tate's ui kit for react made with styled components
Installation
npm install --save @aceandtate/styled-uiDevelopment
npm install
npm run storybookOpen http://localhost:6006/ to see the storybook application
For more information about storybook
Running tests
npm testUpdate snapshots
npm test -- -uBuild scripts
Build files
To build the lib files
npm run buildStorybook
To build storybook into static files
npm run build-storybookA static version of storybook can be found at https://aceandtate.github.io/styled-ui The static version lives in the brance gh-pages and is picked up but github pages.
Update online style guilde
npm run deploy-storybookTodos
- [ ] Update github pages as part of Circle CI
