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.

Frequently asked questions

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

PropTypeDefaultDescription
titlestring'Frequently asked questions'The section heading.
itemsFAQItem[]DEFAULT_FAQSArray of FAQ items with id, question, and answer.
classNamestring''Additional CSS classes.