FaqAccordion

Domain

Accessible accordion for FAQ items using aria-expanded + aria-controls. By default only one item is open at a time; allowMultiple enables concurrent open items. First item is pre-opened.

Single open

Preview
FAQ

Common questions

You get 14 days of the Pro plan with no credit card required. At the end of your trial you can downgrade to Starter or pick a paid plan.

Code
<FaqAccordion eyebrow="FAQ" title="Common questions" items={faqItems} />

Allow multiple open

Preview

Common questions

You get 14 days of the Pro plan with no credit card required. At the end of your trial you can downgrade to Starter or pick a paid plan.

Code
<FaqAccordion title="Common questions" items={faqItems} allowMultiple />
Sourcemodules/domains/landing/faq/FaqAccordion.tsx