Interface: SliderProps<T>
Defined in: components/Slider/Slider.tsx:169
Props for the Slider component.
Extends
Omit<RACSliderProps<T>,"style"|"className"|"children">
Type Parameters
| Type Parameter | Default type |
|---|---|
T extends number | number[] | number |
Properties
label?
optionallabel?:ReactNode
Defined in: components/Slider/Slider.tsx:174
Visible label displayed above the track.
showOutput?
optionalshowOutput?:boolean
Defined in: components/Slider/Slider.tsx:180
Whether to render the current value(s) next to the label (RAC
SliderOutput, locale-formatted via formatOptions).
Default
true