Implements the Slider component based off the Radix Slider component. One special note here is that the Slider must be controlled by the parent state in order for the text inputs to function. The only way to have this component function uncontrolled is to set showInputs to false.
Implements the Slider component based off the Radix Slider component. One special note here is that the Slider must be controlled by the parent state in order for the text inputs to function. The only way to have this component function uncontrolled is to set
showInputs
tofalse
.