Expandable FAQ section with smooth accordion animations
import { 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> ) }
Part of UI TripleD — browse the full library on 21st.dev.