numscrubberjs

1.0.3 • Public • Published

Numscrubber.js

Let's change values of input numbers by dragging the mouse left & right

Install

NPM

Include numscrubber.js file

<script src="src/numscrubber.js"></script>

or use CDN

<script src="https://unpkg.com/numscrubberjs"></script>

Usage

Just add data-numscrubber to your input number

<input data-numscrubber type="number" value="6" min="4" max="50" />

and then call init()

<script>
    Numscrubber.init();
</script>

Thats it!

CodePen demo

CodePen demo

Browsers

Works well on all modern browsers.

Size

1.1 kb minified.

License

Licensed under the MIT License.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i numscrubberjs

      Weekly Downloads

      1

      Version

      1.0.3

      License

      MIT

      Unpacked Size

      6.35 kB

      Total Files

      5

      Last publish

      Collaborators

      • mburakerman