1.0.11 • Published 8 years ago

formatted-amount v1.0.11

Weekly downloads
2
License
MIT
Repository
github
Last release
8 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

8 years ago

1.0.10

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago