Panel Pass Through

Pass Through documentation for Panel component

Viewer#

Some sections may not be visible due to the availability of the particular feature.

Header

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Panel PT Options#

Defines passthrough(pt) options of Panel component.

labeltypedescription
rootPanelPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.
headerPanelPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the header's DOM element.
headerActionsPanelPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the header actions's DOM element.
titlePanelPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the title's DOM element.
contentPanelPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the content's DOM element.
collapsePanelPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the collapse's DOM element.
footerPanelPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the footer's DOM element.

PanelHeader PT Options#

Defines passthrough(pt) options of PanelHeadercomponent.

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

PanelTitle PT Options#

Defines passthrough(pt) options of PanelTitlecomponent.

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

PanelHeaderActions PT Options#

Defines passthrough(pt) options of PanelHeaderActions component.

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

PanelCollapse PT Options#

Defines passthrough(pt) options of PanelCollapse component.

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

PanelContent PT Options#

Defines passthrough(pt) options of PanelContent component.

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

PanelFooter PT Options#

Defines passthrough(pt) options of PanelFooter component.

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