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

Example of Bar in ASP.NET Core 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

In this demo, customization of track using CSS is demonstrated.

  • 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 colors for different intervals by using created and change event.