Components
Loading preview...
Animated FAQ section with expandable questions and smooth transitions
@moumensoliman
npx shadcn@latest add https://21st.dev/r/moumensoliman/faq-section-shadcnuiimport { FAQSection } from "@/components/ui/faq-section-shadcnui"
export default function Demo() {
return (
<div className="flex min-h-screen items-center justify-center bg-background p-8">
<FAQSection />
</div>
)
}