0.3.0 • Published 7 years ago

validate-float-input v0.3.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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@>=#.##
0.3.0

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago