@metrisk/react_metrisk-components
v2.6.0
Published
A collection of React pure components, built with TypeScript
Readme
Metrisk React Components
Usage:
Usage is outlined in our Documentation (doesn't work yet need to set up GH Pages)
Contribution:
Develop
Bundles all components using Storybook, starts the dev server and watches for changes.
$ npm run devBuild
Bundles everything using webpack and outputs to /dist/ ready to be republished to npm.
$ npm run build:docsTesting
Run all tests:
$ npm run testRun individual tests:
| Command | Description |
|:-|:-|
| $ npm run test:unit | Run component unit tests |
