Skip to main content

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 ParameterDefault type
T extends number | number[]number

Properties

label?

optional label?: ReactNode

Defined in: components/Slider/Slider.tsx:174

Visible label displayed above the track.


showOutput?

optional showOutput?: 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