react-naira

A react component to format numbers into the Nigerian Naira currency format with the Naira symbol as a prefix.

Usage no npm install needed!

<script type="module">
  import reactNaira from 'https://cdn.skypack.dev/react-naira';
</script>

README

react-naira

Component to format a number into the Naira currency format and adding the Naira currency symbol.

Installation

npm install --save react-naira

Usage

import Naira from 'react-naira' 
<Naira>36000</Naira>