This sample demonstrates the rendering of Slider component with Ticks placement. Drag the thumb over the bar for selecting the values between min and max.
The Ticks are the visual representation of the Slider values. The ticks are differentiated as small ticks and large ticks based on its size. The ticks position can be defined by the smallStep and largeStep properties.
In this demo, we have demonstrated Ticks position with Default and Range Slider.
We can also change the Ticks placement of Slider and Disable Slider component from the property pane.
We can use the below property to restrict the value range for the slider:
For more information, we can refer the ticks section from the documentation.