Smooth Faq

Few different FAQ components ready to use.

Live Preview
Open in

Frequently Asked Questions

Everything you need to know about our platform

Still have questions?

We're here to help you

Installation

npm install motion

Usage

import Faq02 from "@/components/xui/faq/faq-02";

export function MyComponent() {
  return (
    <div className="w-full max-w-2xl">
      <Faq02 />
    </div>
  );
}

Props

Each FAQ variant has its own specific props. Refer to the individual component implementations for detailed prop information.

Dependencies

This component requires the following packages:

  • motion (framer-motion)