1.5.0 • Published 7 years ago

react-money-component v1.5.0

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

7 years ago

1.4.6

8 years ago

1.4.4

8 years ago

1.4.3

8 years ago

1.4.2

8 years ago

1.4.1

8 years ago

1.4.0

8 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago

0.0.3

9 years ago

0.0.2

9 years ago