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