Example of Ticks in ASP.NET Core Range Slider Control
This sample demonstrates the customization of Slider's tick. Drag the thumb over the bar for selecting the values between min and max.
DEMO
SOURCE
In this demo, customization of ticks using CSS is demonstrated.
- Dynamic ticks color - In this sample, ticks has been customized to different colors by adding icon at each ticks.
- Ticks with legends - In this sample, track has been formatted to display custom text using renderingTicks and renderedTicks events.