1.1.1 • Published 2 years ago

react-tender v1.1.1

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

react-tender

License npm Contributors

Why use react-tender?

  • Stupidly simple (Pretty much just toLocaleString).
  • Written in TypeScript (that's right, fight me).
  • Actively maintained.
  • Open Source with an actually free license (MIT).
  • 0/ZERO/NADA/NOLL dependencies.

Getting started

It's as simple as 1-2-3!

1. Install

npm i react-tender

2. Import

import { Currency } from 'react-tender';

3. Use

<Currency
    value={9.99} // Required
    currency="USD" // Optional, (defaults to USD)
    locale="en-US" // Optional, (defaults to en-US)
/>
1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

3 years ago

0.2.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago