Sections
An FAQ accordion where rows pop in, panels unfold on a spring, and the plus icon twists into a close mark.
Installation
ProRequires a Planes Pro license.
npx shadcn add @useplanes/faq-section
Unlock with Planes Pro
$99 once · 54 Pro components · lifetime updates.
<FaqSection />
// or with your own questions:
<FaqSection
title="Questions, answered"
subtitle="Can't find what you need? Reach out to support."
allowMultiple
items={[
{ id: "refunds", question: "Do you offer refunds?", answer: "Yes — full refund within 14 days, no questions asked." },
{ id: "support", question: "How fast is support?", answer: "We reply within one business day on every plan." },
]}
/>Use cases
Landing page FAQs
The closing objection-handler section before the final CTA.
Pricing page clarifications
Billing, refund, and licensing questions next to the plan grid.
Help center highlights
Surface the top questions before pointing users at full docs.
Onboarding reassurance
Answer setup and data-safety questions inside a signup flow.