Optional changeOptional childrenOptional classOptional defaultThe initial value of the component.
Optional disabledDisables the UI interactions of the slider.
Optional discreteMarks the slider track as discrete so it displays the steps.
If the step is 0, the slider will remain continuos even if discreteTrack is true.
Optional hideHides the primary tick labels.
Optional hideHides the secondary tick labels.
Optional hideHides the thumb tooltip.
Optional idOptional inputEmitted when a value is changed via thumb drag or keyboard interaction.
Optional invalidControl the validity of the control.
Optional localeThe locale used to format the thumb and tick label values in the slider.
Optional lowerThe lower bound of the slider value. If not set, the min value is applied.
Optional maxThe maximum value of the slider scale. Defaults to 100.
If max is less than min the call is a no-op.
If labels are provided (projected), then max is always set to
the number of labels.
If upperBound ends up being greater than than the current max value,
it is automatically assigned the new max value.
Optional minThe minimum value of the slider scale. Defaults to 0.
If min is greater than max the call is a no-op.
If labels are provided (projected), then min is always set to 0.
If lowerBound ends up being less than than the current min value,
it is automatically assigned the new min value.
Optional nameThe name attribute of the control.
Optional primaryThe number of primary ticks. It defaults to 0 which means no primary ticks are displayed.
Optional secondaryThe number of secondary ticks. It defaults to 0 which means no secondary ticks are displayed.
Optional stepSpecifies the granularity that the value must adhere to.
If set to 0 no stepping is implied and any value in the range is allowed.
If labels are provided (projected) then the step is always assumed to be 1 since it is a discrete slider.
Optional styleOptional tickThe degrees for the rotation of the tick labels. Defaults to 0.
Optional tickChanges the orientation of the ticks.
Optional upperThe upper bound of the slider value. If not set, the max value is applied.
Optional valueThe current value of the component.
Optional valueString format used for the thumb and tick label values in the slider.
Optional valueNumber format options used for the thumb and tick label values in the slider.
Emitted when a value change is committed on a thumb drag end or keyboard interaction.