Emitted when a value change is committed on a thumb drag end or keyboard interaction.
Emitted when a value is changed via thumb drag or keyboard interaction.
Decrements the value of the slider by stepDecrement * step, where stepDecrement defaults to 1.
Optional step decrement. If no parameter is passed, it defaults to 1.
Increments the value of the slider by stepIncrement * step, where stepIncrement defaults to 1.
Optional step increment. If no parameter is passed, it defaults to 1.
A slider component used to select numeric value within a range.
Csspart
base - The base wrapper of the slider.
Csspart
ticks - The ticks container.
Csspart
tick-group - The tick group container.
Csspart
tick - The tick element.
Csspart
tick-label - The tick label element.
Csspart
tick-label-inner - The inner element of the tick label.
Csspart
thumbs - The thumbs container.
Csspart
thumb - The thumb element.
Csspart
thumb-label - The thumb tooltip label container.
Csspart
thumb-label-inner - The thumb tooltip label inner element.
Csspart
track - The track container.
Csspart
steps - The track steps element.
Csspart
inactive - The inactive element of the track.
Csspart
fill - The filled part of the track.