• Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Theme Selection
Mode Selection
Touch
Mouse
Localization
*Translated by Google Translator.
Currency

Example of Bar in ASP.NET MVC Range Slider Control

This sample demonstrates the customization of Slider's selection bar. Drag the thumb over the bar for selecting the values between min and max.

DEMO
SOURCE
Height
Gradient color
Dynamic thumb and selection bar color

In this demo, we have demonstrated the following customization of Track using CSS.

  • Height - In this sample, Track has been customized to custom height. Here, Thumb has to be adjusted based on the Track height.
  • Gradient color - In this sample, Track has been customized with gradient color.
  • Dynamic thumb and selection bar color - In this sample, Track and Thumb has been customized to different color for different interval by using created and change Event.