Bootstrap – Range


Bootstrap – Range



”;



This chapter will discuss about Bootstrap form range. Range is an interactive component. The user can quickly scroll and slide through possible values spread across the required range.


Basic example


  • Use class .form-range to create unique controls for <input type=”range”>. Both track and thumb have the same appearance across all browsers.

  • Bootstrap doesn”t support “filling” their range”s track from left to right of the thumb as a means to visually indicate progress. This is only supported on firefox.