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>
A react component to format numbers into the Nigerian Naira currency format with the Naira symbol as a prefix.
<script type="module">
import reactNaira from 'https://cdn.skypack.dev/react-naira';
</script>
Component to format a number into the Naira currency format and adding the Naira currency symbol.
npm install --save react-naira
import Naira from 'react-naira'
<Naira>36000</Naira>