FAQ Section
Accordion-based FAQ section with configurable questions and answers.
Frequently asked questions
Everything you need to know about ParticleUI. Can't find your answer? Reach out on Discord.
Installation
1
Run the CLI
$npx particleui-cli add faq
Usage
TSX
import { FaqSection } from "@/components/blocks/faq"
export default function Page() {
return <FaqSection />
}Props
| Prop | Type | Default | Required |
|---|---|---|---|
| heading | string | "Frequently asked questions" | no |
| description | string | "Everything you need to know about ParticleUI. Can't find your answer? Reach out on Discord." | no |
| items | FaqItem[] | defaultItems | no |
Details
Source filecomponents/blocks/faq.tsx
Typeblock
Categoriesmarketing, blocks
npm dependencies
Registry depsaccordion
Claude skill—