osrec / currencyFormatter.js

A super simple currency formatting library
MIT License
633 stars 61 forks source link

ReactJS support #17

Closed obliviga closed 6 years ago

obliviga commented 6 years ago

Is there anyway to import this utlity in React? Like so:

import OSREC from 'currencyformatter.js';

goranovs commented 6 years ago

Yes, you can.

import CurrencyFormatter from 'currencyFormatter.js';

CurrencyFormatter.format(volume, { currency: ..., locale: ... });
osrec commented 6 years ago

Thanks @Zaifor :)

Marking this as closed @obliviga, please re-open if you still have issues.