← All Components

FAQ

Accordion-style frequently asked questions section.

Default

Props

PropTypeDescription
itemsFAQItem[]Array of { question, answer } objects
classNamestringAdditional classes on the root element

Usage

<FAQ items={[ { question: "How does it work?", answer: "Sign up and start building.", }, ]} />