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...

Divider PT Options#

Defines passthrough(pt) options of Divider component.

labeltypedescription
rootDividerPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.
contentDividerPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the content's DOM element.

DividerContent PT Options#

Defines passthrough(pt) options of DividerContent component.

labeltypedescription
rootDividerContentPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.