@propellerads/currency

![size](https://img.shields.io/bundlephobia/min/@propellerads/currency.svg) ![](https://img.shields.io/npm/v/@propellerads/currency.svg?style=flat-square)

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@propellerads/currency
2.2.0a month ago3 years agoMinified + gzip package size for @propellerads/currency in KB

Readme

Currency
size
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} />