ToggleButton Pass Through
Pass Through documentation for ToggleButton component
Viewer#
Some sections may not be visible due to the availability of the particular feature.
The component's PT demo referenced as togglebutton-pt is unavailable or does not exist.
ToggleButtonRoot PT Options#
Defines passthrough(pt) options of ToggleButton component.
| label | type | description |
|---|---|---|
| root | ToggleButtonRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
| indicator | ToggleButtonRootPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the indicator's DOM element. |
ToggleButtonIndicator PT Options#
Defines passthrough(pt) options of ToggleButtonIndicator component.
| label | type | description |
|---|---|---|
| root | ToggleButtonIndicatorPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |