Sliders offer your users a way to input a number by sliding a "handle" one
way or the other along a track. You can set the range of values for the
slider and also its default value.
The slider's values can be configured in one of two ways:
- Value: You define the size of the steps between values, and the slider
calculates how many steps fit in the slider's range.
- Count: You define the number of steps between the values you want your
slider to have, and the slider calculates the size of each step.