@aceandtate/styled-ui
v1.0.1
Published
collection of react ui components
Downloads
20
Keywords
Readme
styled-ui
Ace & Tate's ui kit for react made with styled components
Installation
npm install --save @aceandtate/styled-ui
Development
npm install
npm run storybook
Open http://localhost:6006/ to see the storybook application
For more information about storybook
Running tests
npm test
Update snapshots
npm test -- -u
Build scripts
Build files
To build the lib files
npm run build
Storybook
To build storybook into static files
npm run build-storybook
A 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-storybook
Todos
- [ ] Update github pages as part of Circle CI