Skip to content

titovmx/number-input-demo

Repository files navigation

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