Docs / Components / FAQ 003
FAQ 003
A minimal FAQ section with a clean bottom-border accordion. No card borders — just a title and smooth open/close interactions.
Dependencies
Install the following dependencies to use this component:
1npm install lucide-react clsx tailwind-merge
Installation
Run the following command in your terminal to add the component to your project:
1npx rankflow-ui@latest add faq-003
Props Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| title | string | 'Frequently asked questions' | The section heading. |
| items | FAQItem[] | DEFAULT_FAQS | Array of FAQ items with id, question, and answer. |
| className | string | '' | Additional CSS classes. |