Example
Theme
Auto
Auto
Light
Dark
Scale
Medium
Large
Medium
Small
<div class="ts-range">
<input type="range">
</div>
Types
The [step]
attribute allows the value to change in specified intervals.
<div class="ts-range">
<input type="range" min="0" max="5" step="1">
</div>
States