Labels & Ticks
You can provide names for specific Slider values by defining labels along the track.
The labels are rendered by the SliderLabel Component. The SliderLabel properties allow you to configure the content, position, title, and click handler of the Slider.
Ticks
The Slider component provides the option to display ticks that doesn't have labels. To achieve this scenario you need to use the SliderLabel Component component without defining content for it.