commas_number_formatter
v0.0.1
Published
React component to format number with commas.
Readme
formatter
A small library that adds commas to numbers
Installation
npm install @kulbhushansingh/formatter
Usage
import numFormatter from '@kulbhushansingh/formatter';
const formattedNum = numFormatter(40000);Output should be 40,000
Tests
npm test
Contributing
In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.
