Accordion

The FAQAccordion displays collapsible sections for FAQs or other content. It uses Framer Motion for smooth animations and Lucide icons for expand/collapse indicators.

FAQ Accordion

The FAQAccordion component displays a list of items where each can be expanded to reveal more content. Perfect for help centers, product pages, or Q&A sections.

What is Zento UI?

Is it free to use?

Does it work with Next.js?

API Reference

ComponentPropTypeDescription
FAQAccordionitemsFAQItem[]Array of FAQ objects containing id, question, and answer.
items[].idnumberUnique identifier for each FAQ entry.
items[].questionstringThe question text displayed in the header.
items[].answerstringThe answer text revealed when expanded.