1.0.5 • Published 6 months ago
@taufik-nurrohman/number-picker v1.0.5
Number Picker
Accessible custom <input type="number"> element.
Use ArrowUp key to increase the number and ArrowDown key to decrease it. You can also use your mouse wheel for this.
Contribute
- Please do not make pull requests by editing the files that are in the root of the project. They are generated automatically by the build tool.
- Install Git and Node.js
- Run
git clone https://github.com/taufik-nurrohman/number-picker.git - Run
cd number-picker && npm install --save-dev - Edit the files in the
.factoryfolder. - Run
npm run packto generate the production ready files.