Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 400 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 400 Bytes

Number Input Demo

The demo repository of a configurable number input implemented with a native input[type=number] element and input[type=text] to overcome the shortages of the first one.

Online

Go to Demo

Local

To run locally use the following commands:

git clone https://github.com/titovmx/number-input-demo.git
npm install
npm run dev