Thousand separator, usable in JavaScript projects.
npm install react-thousand-separatorA very practical and light package ( 900 Byte ) to separate thousands of numbers :)
``javascript
import ThousandSeparator from 'react-thousand-separator'
const App = () => {
return
{ThousandSeparator(900000)}
; // 900,000export default App;
`Installation :
Install with npm :
`bash``
npm i react-thousand-separator
JavaScript, ECMAScript , React , Next & ..