We couldn’t find anything that matched your searched term
PAGES
COMPONENTS
Brand guidelines
Insights
Examples and usage guidelines for form control styles, layout options, and custom components for creating a wide variety of forms.
Create custom <input type="range"> controls with .form-range. The track (the background) and thumb (the value) are both styled to appear the same across browsers. As only Firefox support “filling” their track from the left or right of the thumb as a means to visually indicate progress, we do not currently support it.
<input type="range">
.form-range.
<label for="customRange1" class="form-label">Example range</label> <input type="range" class="form-range" id="customRange1" />
<label for="disabledRange" class="form-label">Disabled range</label> <input type="range" class="form-range" id="disabledRange" disabled />