1.0.11 • Published 10 years ago

formatted-amount v1.0.11

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

formatted-amount

npm version Build Status codecov Code Climate Dependency Status

Installation

npm i formatted-amount --save

Usage

One installed, just require and use the component:

import React from `react`;
import FormattedAmount from 'formatted-amount';

React.render(<FormattedAmount amount={1337} currency={'€'} />, document.querySelector('#main'));

Build

npm run build

Tests

npm test

Examples

Examples are available here : https://jtassin.github.io/formatted-amount/

Contributors

Julien TASSIN
Julien TASSIN

License

MIT, see LICENSE for details.

1.0.11

10 years ago

1.0.10

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago