2.1.32 • Published 2 years ago

@modyo/financial-commons v2.1.32

Weekly downloads
63
License
SEE LICENSE IN LI...
Repository
github
Last release
2 years ago

Financial Commons

Common components, directives and helpers for Modyo financial widgets

Publish Repo Pull Request Lint Style Pull Request Lint Javascript Pull Request Test

See it in action

storybook

Getting started

  1. Install package

    yarn add @modyo/financial-commons
  2. Import it in your SFC

    // example
    import {currency, MStepper} from '@modyo/financial-commons'

Contribute

  1. Project setup

    yarn install
  2. Compiles and hot-reloads for development

    yarn serve
  3. Run your unit tests

    yarn test:unit
  4. Lints and fixes files

    yarn lint
    yarn lint:styles