Slider Pass Through

Pass Through documentation for Slider component

Viewer#

Some sections may not be visible due to the availability of the particular feature.

Slider PT Options#

Defines passthrough(pt) options of Slider component.

labeltypedescription
rootSliderPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.
rangeSliderPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the range's DOM element.
thumbSliderPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the thumb's DOM element.

SliderRange PT Options#

Defines passthrough(pt) options of SliderRange component.

labeltypedescription
rootSliderRangePassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

SliderThumb PT Options#

Defines passthrough(pt) options of SliderThumb component.

labeltypedescription
rootSliderThumbPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.