Sliders

Bootstrap 5 Slider component

Responsive Sliders built with Bootstrap 5. Range slider bar with label or a carousel image slider? No matter what you are looking for, we've got you covered.


Range Slider

If you were looking for something that looks like the "slider" below, check out the Range Slider documentation, for more examples & customization options for this component.

        
            
          <label class="form-label" for="customRange1">Example range</label>
          <div class="range">
            <input type="range" class="form-range" id="customRange1" />
          </div>