Pass Through documentation for Slider component
Some sections may not be visible due to the availability of the particular feature.
Defines passthrough(pt) options of Slider component.
| label | type | description |
|---|---|---|
| root | SliderPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
| range | SliderPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the range's DOM element. |
| thumb | SliderPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the thumb's DOM element. |
Defines passthrough(pt) options of SliderRange component.
| label | type | description |
|---|---|---|
| root | SliderRangePassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of SliderThumb component.
| label | type | description |
|---|---|---|
| root | SliderThumbPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |