FAQ Accordion

stable

Question-and-answer module with expand/collapse interaction. Five background variants, single-open by default with optional multi-open mode.

Live Preview

Frequently Asked

EVERYTHING YOU NEED TO KNOW

Common questions about the National 1 League — admissions, season format, eligibility, and what to expect from the CPSL competition year.

The National 1 League is the top tier of the US Club Soccer National League program — a coast-to-coast competition designed to deliver the most demanding, college-relevant fixture list outside MLS Next and ECNL. CPSL operates the league for the Carolinas territory.
tsx
<FAQAccordion
/>
Controls
background

Surface tone — also drives the text-color contrast.

allowMultiple
false

When on, multiple panels can stay open at once.

eyebrow
headline
intro
Props
PropTypeDefaultDescription
background"cream" | "white" | "surface" | "navy" | "gold""cream"Surface tone. Drives text-color contrast (light vs dark).
allowMultiplebooleanfalseKeep multiple panels open simultaneously.
eyebrowstring"Frequently Asked"Small uppercase label above the headline.
headlinestring"EVERYTHING YOU NEED TO KNOW"Section headline rendered in Barlow Condensed.
introstringOptional paragraph below the headline. Pass empty string to hide.
itemsFAQItem[]Array of `{ question, answer }` objects. Falls back to a built-in demo set.
Accessibility
  • • Triggers use aria-expanded + aria-controls for screen readers.
  • • Panels are role="region" labeled by the trigger button.
  • • Visible focus ring (gold) on keyboard focus.
  • • Respects prefers-reduced-motion.
Usage Notes
  • • Theme is scoped via CSS custom properties — multiple instances on one page don't collide.
  • • Single-open is the default; allowMultiple opts into accordion-with-multi behavior.
  • • Headlines use Barlow Condensed (already loaded at the app level).