Slider
An input to select a numeric value within a range.
Based on Reka UI Slider
Key Props
step: to set the increment value of the Slider.orientation: to change the orientation of the Slider.color: to change the color of the Slider.size: to change the size of the Slider.tooltip: to display a Tooltip around the Slider thumbs with the current value.disabled: to disable the Slider.inverted: to visually invert the Slider.
Usage
<USlider
<!-- props here -->
/>