Optional
disabledDisables the input field.
Error state.
Optional
labelThe label displayed above the input.
The maximum value of the slider input field.
The minimum value of the slider input field.
Optional
nameThe name given to the input field.
Optional
stepIf set, will put steps on the slider at the given increments and the slider will snap to the nearest step.
Optional
valueThe value of the input field.
Static
styles
An input field using a Zeta Slider
ZetaSliderEvent:zeta-slider-change - Fired whenever value of slider is changed. Contains a single entry in detail:
value:number
.