Nativ ui
Documentation

FAQ

Frequently asked questions section patterns.

Basic FAQ

<section class="py-24">
  <div class="container max-w-3xl">
    <h2 class="text-3xl font-bold text-center mb-16">
      Frequently Asked Questions
    </h2>
    <div class="space-y-4">
      <!-- FAQ item -->
      <details class="group border rounded-lg">
        <summary class="flex cursor-pointer items-center justify-between p-4 font-medium">
          What is your refund policy?
          <span class="transition group-open:rotate-180"></span>
        </summary>
        <div class="px-4 pb-4 text-muted-foreground">
          We offer a 30-day money-back guarantee. If you're not
          satisfied, contact us for a full refund.
        </div>
      </details>
    </div>
  </div>
</section>

Patterns

Accordion

Expandable items, one at a time.

Two Column

Questions split into two columns.

Categorized

FAQs grouped by topic.

Best Practices

  1. Real questions - Use actual customer inquiries
  2. Concise answers - Get to the point quickly
  3. Searchable - Add search for long FAQ lists
  4. Categories - Group related questions
  5. Link to more - "Still have questions? Contact us"