Command Palette

Search for a command to run...

Docs
FAQ Section

FAQ Section

A collection of premium, motion-enhanced FAQ components and sections.

FAQ Section

FAQ

Your Questions, Answered

CTA Avatar

Have more questions?

Book a free discovery call

Or, email me at contact@gmail.com

Installation

Props

FAQSection

PropTypeDefaultDescription
titlestring"Your Questions, Answered"The main title of the section.
subtitlestring"FAQ"The subtitle shown above the main title.
itemsFAQItem[]-The list of FAQ items (question, answer, value).
ctaCTAConfig-Configuration for the call-to-action tilt card.
classNamestring-Additional CSS classes for the section.

CTAConfig

PropTypeDescription
avatarstringOptional avatar image URL.
titlestringHelp text title.
subtitlestringHelp text subtitle.
buttonTextstringText for the CTA button.
emailstringOptional email contact text.
onButtonClick() => voidOptional callback for button click.

Minimal FAQ

Installation

Props

PropTypeDefaultDescription
itemsFAQItem[]-Array of FAQ items with question and answer.
allowMultiplebooleanfalseWhether multiple items can be open at once.
defaultValuestring-The value of the item that should be open by default.
classNamestring-Additional classes for the container.