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: