@cielo-finance/component-library
v2.2.38
Published
Lightweight react component library build with atomic design.
Readme
UniWhales React Component Library
React components to be shared across UniWhales applications
Use
Install the package
$ npm i @uniwhales/component-libraryImport components
import { Button } from '@uniwhales/component-library';Develop
To install locally run
$ npm iAfter installing all dependencies
$ npm run storybookTo publish
After all changes merge, and build are ready to be publish, change version of package.
major
0.1.2 -> 1.1.2
minor
0.0.2 -> 0.1.2
patch
0.0.1 -> 0.0.21. you up the major version when you make incompatible API changes
2. you up the minor version when you add functionality in a backward-compatible manner
3. you up the patch version when you make backward-compatible bug fixesTo publish you need to run:
npm run bl
npm publish
Publishing on develop
When performing any type of change it might be useful to be able to properly test it on frontend.
Publish it first under X.X.X-dev-<issue>-<iteration>
Then install it that version on your branch on cielo-app to test.
