Button Pass Through
Pass Through documentation for button component
Viewer#
Some sections may not be visible due to the availability of the particular feature.
Loading...
Button PT Options#
Defines passthrough(pt) options of Button component.
| label | type | description |
|---|---|---|
| root | ButtonPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
ButtonGroup PT Options#
Defines passthrough(pt) options of Button component.
| label | type | description |
|---|---|---|
| root | ButtonGroupPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |