The Slider accepts a boolean value for disabled and hoverable.
Disabled
When the boolean for disabled is true, the Slider will be disabled and
unresponsive to user input. This prop is reactive, so it can be toggled at any
time.
<RangeSliderdisabled />
Toggled by a variable
Here is an example of a Slider that is disabled by default, but can be toggled
by a variable. You could imagine this being used in a form where the user must
check a box before they can interact with the Slider.