@tamarac/reactui
v1.10.9
Published
tamarac-ui React components and UI Library
Downloads
883
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 docsBuild Static Site:
yarn buildTesting
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:watchGet coverage report for library:
yarn test:coverageA test result file will be generated dynamically on each test run .jest-test-results.json

