1.0.5 • Published 2 months ago

@taufik-nurrohman/number-picker v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

Number Picker

Accessible custom <input type="number"> element.

index.js index.min.js

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 .factory folder.
  • Run npm run pack to generate the production ready files.