Course Content
Bootstrap 5 Alerts
0/1
Progress Bars
0/1
Spinners
0/1
Pagination
0/1
List Groups
0/1
Bootstrap 5 Scrollspy
0/1
Bootstrap
About Lesson

BS5 Range

A range input is a slider that lets users select a value within a given range.

  • .form-range → Styles the slider to match Bootstrap’s theme.

Example:

HTML
<label for="customRange" class="form-label">Select a Range</label>
<input type="range" class="form-range" id="customRange">

Output: