Accordion Pass Through

Pass Through documentation for accordion component

Viewer#

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

Accordion PT Options#

Defines passthrough(pt) options of Accordion component.

labeltypedescription
rootAccordionPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.
panelAccordionPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the panel's DOM element.
headerAccordionPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the header's DOM element.
contentAccordionPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the content's DOM element.
headerindicatorAccordionPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the header indicator's DOM element.

AccordionPanel PT Options#

Defines passthrough(pt) options of AccordionPanel component.

labeltypedescription
rootAccordionPanelPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the root's DOM element.

AccordionHeader PT Options#

Defines passthrough(pt) options of AccordionHeader component.

labeltypedescription
rootAccordionHeaderPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the root's DOM element.

AccordionHeaderIndicator PT Options#

Defines passthrough(pt) options of AccordionHeaderIndicator component.

labeltypedescription
rootAccordionHeaderIndicatorPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the root's DOM element.

AccordionContent PT Options#

Defines passthrough(pt) options of AccordionContent component.

labeltypedescription
rootAccordionContentPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the root's DOM element.