Slider
- The Slider component with context.
SliderTrack
- The track for the slider.
SliderFilledTrack
- The filled track for the slider.
SliderThumb
- The thumb for the slider.
You can change the max, min, and step of the Slider by using the max
, min
, and step
props.
You can change the size of the Slider by using the size
prop.
You can change the scheme of the Slider by using the scheme
prop.
You can change the orientation of the Slider by using the orientation
prop.
You can reverse the Slider by using the isReversed
prop.
You can control the Slider by using the value
prop.
ControlledSlider