disabled
Description
defines whether a slider is disabledType
boolean
Default
false
Example
<Slider disabled value={20} />
Details
It is also possible to set a slider to the disabled state by declaring the property with no value:
<Slider disabled /> <!-- equals to "<Slider disabled={true}/>" -->
Related article: Setting the disabled state
Related sample: Slider