Package Exports
- @ricardojrmcom/use-number-format
- @ricardojrmcom/use-number-format/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@ricardojrmcom/use-number-format) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
🌘 @ricardojrmcom/use-number-format
Format numbers with React
Install
npm install @ricardojrmcom/use-number-format
yarn add @ricardojrmcom/use-number-formatUsage
import { useNumberformat } from '@ricardojrmcom/use-number-format';
useNumberFormat(1337)
-> "1,337"License
MIT © Ricardo <l1b3r_-> Mota (@ricardojrmcom)
Bootstrapped with 🟣@ricardojrmcom/supernova