1.5.0 • Published 8 years ago

react-money-component v1.5.0

Weekly downloads
8
License
MIT
Repository
github
Last release
8 years ago

react-money-component

Build Status Coverage Status

Money handling component for React.js

Installation:
npm install --save react-money-component

##### Usage:

import React from 'react';
import Money from 'react-money-component';

export default class MyProduct extends React.Component {
  render() {
    return (
      <Money cents={999} currency="GBP" />
    )
  }
}

The component returns a <span/> containing the formatted value of the currency.

1.5.0

8 years ago

1.4.6

9 years ago

1.4.4

9 years ago

1.4.3

9 years ago

1.4.2

9 years ago

1.4.1

10 years ago

1.4.0

10 years ago

1.3.0

10 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago