Pass Through documentation for accordion component
Some sections may not be visible due to the availability of the particular feature.
Defines passthrough(pt) options of Accordion component.
| label | type | description |
|---|---|---|
| root | AccordionPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
| panel | AccordionPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the panel's DOM element. |
| header | AccordionPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the header's DOM element. |
| content | AccordionPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the content's DOM element. |
| headerindicator | AccordionPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the header indicator's DOM element. |
Defines passthrough(pt) options of AccordionPanel component.
| label | type | description |
|---|---|---|
| root | AccordionPanelPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of AccordionHeader component.
| label | type | description |
|---|---|---|
| root | AccordionHeaderPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of AccordionHeaderIndicator component.
| label | type | description |
|---|---|---|
| root | AccordionHeaderIndicatorPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of AccordionContent component.
| label | type | description |
|---|---|---|
| root | AccordionContentPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the root's DOM element. |