0.0.0 • Published 2 years ago

react-numerics v0.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

react-numerics

A library of React components to render input fields that simplify displaying formatted numbers such as currency or telephone numbers.

Usage

See the README (libs/react-numerics/README.md) for documentation.

Publish

Execute the following steps starting in the workspace root directory (same as this file).

  • Bump the "libs/react-numerics/package.json" version field.
  • Delete the dist directory.
  • Build the library: yarn build.
  • cd into the "dist/libs/react-numerics" directory.
  • Run npm publish --access=public.