# Currency

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

[NPM](https://www.npmjs.com/package/@propellerads/currency) |
[Github](https://github.com/propellerads/ui-components/tree/master/Components/Currency)

## 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} />`
