JSPM

@cielo-finance/component-library

2.2.23-dev-FE-1394-23-marcin
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q87497F
  • License ISC

Lightweight react component library build with atomic design.

Package Exports

    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 storybook

    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

    To 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.