Pass Through documentation for Panel component
Some sections may not be visible due to the availability of the particular feature.
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.
Defines passthrough(pt) options of Panel component.
label | type | description |
---|---|---|
root | PanelPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
header | PanelPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the header's DOM element. |
headerActions | PanelPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the header actions's DOM element. |
title | PanelPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the title's DOM element. |
content | PanelPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the content's DOM element. |
collapse | PanelPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the collapse's DOM element. |
footer | PanelPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the footer's DOM element. |
Defines passthrough(pt) options of PanelHeadercomponent.
label | type | description |
---|---|---|
root | PanelHeaderPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of PanelTitlecomponent.
label | type | description |
---|---|---|
root | PanelTitlePassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of PanelHeaderActions component.
label | type | description |
---|---|---|
root | PanelHeaderActionsPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of PanelCollapse component.
label | type | description |
---|---|---|
root | PanelCollapsePassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of PanelContent component.
label | type | description |
---|---|---|
root | PanelContentPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of PanelFooter component.
label | type | description |
---|---|---|
root | PanelFooterPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |