Components
Loading preview...
Expandable FAQ section with smooth accordion animations
@reapollo
npx shadcn@latest add https://21st.dev/r/larsen66/faq-accordion-block-shadcnuiimport { FAQAccordionBlock } from "@/components/ui/faq-accordion-block-shadcnui"
export default function Demo() {
return (
<div className="flex min-h-screen items-center justify-center bg-background p-8">
<FAQAccordionBlock />
</div>
)
}