@aelig/faq

FAQ

Add

pnpm dlx shadcn@latest add @aelig/faq

Renders grouped frequently asked questions with accordion disclosure controls.

Preview

FAQ

Usage

import Faq from "@/components/blocks/faq"

export function Section() {
  return <Faq {...sectionProps} />
}