@aelig/faq
FAQ
Add
pnpm dlx shadcn@latest add @aelig/faqRenders grouped frequently asked questions with accordion disclosure controls.
Preview
FAQ
Usage
import Faq from "@/components/blocks/faq"
export function Section() {
return <Faq {...sectionProps} />
}