css
Adds a custom style to the Slider control.
disabled
Optional. Defines whether a slider is disabled
id
Optional. Sets anid for inner HTML input
label
Optional. Sets a label above the slider bar
max
Optional. Sets the maximal value of the slider bar
min
Optional. Sets the minimal value of the slider bar
step
Optional. Sets the jump between values of the slider bar
title
Optional. Sets a tooltip text with additional info about the control
tooltip
Optional. Sets the tooltip text shown on hover when the control is wrapped in a Tooltip component
value
Optional. Sets the value of a slider
width
Optional. Sets the width of a slider bar