Components
FAQ
The FAQ component is designed to display a list of frequently asked questions and answers in an interactive accordion format. It provides an animated, expandable interface for users to easily access information.
page.tsx
Usage
example.tsx
The FAQ component creates a section with a list of frequently asked questions. Each question can be expanded to reveal its answer, using an accordion-style interaction.
Tips
When creating content for the FAQ component:
- Keep questions concise and directly related to common user inquiries
- Provide clear, comprehensive answers without being overly verbose
- Order the FAQs from most to least common or by topic relevance
- Regularly update the FAQ content based on user feedback and support tickets
If you need basic components like buttons, inputs, and more, they are available with Shadcn UI.
Was this page helpful?