ui-example-library
v1.0.12
Published
 [](https://codecov.io/gh/jraSA/ui-example-lib
Downloads
16
Readme
ui-example-library
Table of Contents
About
A very simple example of a UI library using React and TypeScript. This could be used as a boilerplate for more complex projects.
The components are build using styled-components and following the Theme Specification from System UI.
A runing example of the components could be found in this storybook: https://jrasa.github.io/ui-example-library/
Running tests
UT
npm run testCoverage
npm run test:coverageTesting build
npm run test-buildPublishing
The package.json is configured to run npm run ci before publish by using prepublishOnly. This a list of commands for local publish.
Publish patch
npm run publish-patchPublish minor version
npm run publish-minorPublish major version
npm run publish-majorInstalling
npm i ui-example-library