Pass Through documentation for ToggleButton component
Some sections may not be visible due to the availability of the particular feature.
Defines passthrough(pt) options of ToggleButton component.
label | type | description |
---|---|---|
root | ToggleButtonPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
indicator | ToggleButtonPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the indicator's DOM element. |
Defines passthrough(pt) options of ToggleButtonIndicator component.
label | type | description |
---|---|---|
root | ToggleButtonIndicatorPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |