@tamarac/reactui
v1.10.9
Published
tamarac-ui React components and UI Library
Downloads
179
Keywords
Readme
tamarac-ui
Tamarac UI is Tamarac Inc's UI Styleguide and shared React Component Library.
Storybook (React UI Docs)
Storybook is a document library for React components. It allows a user to interact, independently, each react component available in this library.
Run locally:
yarn start || yarn docs
Build Static Site:
yarn build
Testing
Testing components is key to the success of this library. Test coverage should be no less than 95% and aim for 100% at all times.
Run tests in watch mode:
yarn test:watch
Get coverage report for library:
yarn test:coverage
A test result file will be generated dynamically on each test run .jest-test-results.json