2.2.0 • Published 1 year ago

@propellerads/currency v2.2.0

Weekly downloads
553
License
MIT
Repository
github
Last release
1 year ago

Currency

size npm.io

NPM | Github

Installation

  • yarn add @propellerads/currency or npm install @propellerads/currency -S

How to use

  • import Currency, {CURRENCY_SIGNS} from '@propellerads/currency';
  • And render <Currency currencyCode={CURRENCY_SIGNS.USD} decimalPosition={3} value={1234.56} />