FAQ
A frequently asked questions section using an accordion for collapsible answers.
FAQ
Frequently asked questions
Can't find what you're looking for? Reach out on GitHub.
Installation
This block uses the following components. Add any you don't have yet:
npx radk add accordion badgeUsage
import { FaqBlock } from "@/components/blocks/faq"<FaqBlock />Source
Edit the faqs array to add your own questions and answers. The accordion uses type="single" with collapsible so only one item is open at a time.