JSPM

@cielo-finance/component-library

0.0.11-development
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q87488F
  • License ISC

Lightweight react component library build with atomic design.

Package Exports

  • @cielo-finance/component-library
  • @cielo-finance/component-library/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@cielo-finance/component-library) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

UniWhales React Component Library

React components to be shared across UniWhales applications

License: ISC ts

Use

Install the package

$ npm i @uniwhales/component-library

Import components

import { Button } from '@uniwhales/component-library';

Develop

To install locally run

$ npm i

After installing all dependencies

$ npm run strorybook

To 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.2
1. 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 fixes