jshawl / dual-range-input

`<input type='range' />` with two inputs

Home Page:https://jshawl.github.io/dual-range-input/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dual range input

npm version

<input type='range' /> with two inputs!

Hello World

<div class="dual-range-1">
  <input type="range" class="range-start" value="10" max="100">
  <input type="range" class="range-end" value="90" max="100">
</div>
<script type="module">
  import DualRangeInput from 'https://unpkg.com/dual-range-input@latest/script.js';
  DualRangeInput(".dual-range-1");
</script>

About

`<input type='range' />` with two inputs

https://jshawl.github.io/dual-range-input/

License:MIT License


Languages

Language:HTML 55.7%Language:JavaScript 44.3%