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