Range


<div _form-group>
    <label for="range_1">Range 1</label>
    <input id="range_1" max="100" min="0" type="range" value="45">
</div>