Default
Props
| Prop | Type | Description |
|---|---|---|
| items | FAQItem[] | Array of { question, answer } objects |
| className | string | Additional classes on the root element |
Usage
<FAQ
items={[
{
question: "How does it work?",
answer: "Sign up and start building.",
},
]}
/>