Love This UI? Help It Grow and Reach More Developers Worldwide — Check out

FAQ

A customizable FAQ component with accordion and grid examples, featuring smooth animations, optional search functionality, and responsive design.

Accordion View

Frequently Asked Questions

Find answers to common questions. Click on any question to expand.

This FAQ component features modern design with smooth animations, responsive layout, search functionality, and customizable color schemes. It's built with React and Tailwind CSS for optimal performance and beautiful aesthetics.

You can customize the color scheme by passing a 'colorScheme' prop with values like 'blue', 'purple', or 'green'. The component automatically applies gradients, hover effects, and accent colors based on your choice.

Absolutely! The component is fully responsive and works seamlessly across all device sizes. It features adaptive typography, flexible layouts, and touch-friendly interactions for mobile devices.

Grid View (custom)

What makes this FAQ component special?

This FAQ component features modern design with smooth animations, responsive layout, search functionality, and customizable color schemes. It's built with React and Tailwind CSS for optimal performance and beautiful aesthetics.

How do I customize the color scheme?

You can customize the color scheme by passing a 'colorScheme' prop with values like 'blue', 'purple', or 'green'. The component automatically applies gradients, hover effects, and accent colors based on your choice.

Is the component mobile-responsive?

Absolutely! The component is fully responsive and works seamlessly across all device sizes. It features adaptive typography, flexible layouts, and touch-friendly interactions for mobile devices.

Usage

Loading...

Props – FAQ

PropTypeDefaultRequiredDescription
faqsFAQItem[]-NoArray of FAQ objects with question and answer.
titlestring"Frequently Asked Questions"NoTitle of the FAQ section.
searchablebooleanfalseNoEnable/disable search functionality.
colorScheme"blue" | "purple" | "green""blue"NoColor scheme for styling.
classNamestring-NoAdditional Tailwind CSS classes.

FAQItem Object

PropTypeDefaultRequiredDescription
indexnumber-NoOptional index for display.
questionstring-NoThe FAQ question.
answerstring-NoThe FAQ answer.