validate-float-input

0.3.0 • Public • Published

validate-float-input Version Badge

Build Status dependency status dev dependency status License Downloads

npm badge

Validate float number input field.

validate-float-input in action

Live Playground

For examples of the component in action, go to https://yyssc.github.io/validate-float-input.

OR

To run that demo on your own computer:

Getting Started

Install dependencies

Ensure packages are installed with correct version numbers by running:

(
  export PKG=validate-float-input;
  npm info "$PKG" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g; s/ *//g' | xargs npm install --save "$PKG"
)

Which produces and runs a command like:

npm install --save validate-float-input react@>=#.## react-dom@>=#.## react-addons-shallow-compare@>=#.##

Readme

Keywords

none

Package Sidebar

Install

npm i validate-float-input

Weekly Downloads

1

Version

0.3.0

License

MIT

Last publish

Collaborators

  • xxd3vin