ComponentsAccordion

Accordion

A accordion is a design element that expands in place to expose hidden information.

GitHub LogoSource Code

You can use the HvSection component to create an accordion group that better fits your needs. Please refer to the Section documentation for usage.

Controlled

You can control the state of HvAccordion by using the expanded / onChange props.

Multiple accordions

If you need an accordion group, you can use multiple HvAccordion components.

UI Kit