Slider Pass Through

Pass Through documentation for Slider component

Viewer#

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

Loading...

SliderRoot PT Options#

Defines passthrough(pt) options of Slider component.

labeltypedescription
rootSliderRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.
rangeSliderRootPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the range's DOM element.
thumbSliderRootPassThroughType<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.