Getting Started
Templates
Blocks
Components
For solo developers, indie hackers, and freelancers shipping their own products. Pay once, keep everything forever.
Instant download · No subscription · Lifetime access
For small teams, agencies, and freelancers shipping multiple client products. Lifetime access for everyone on your team.
Instant CLI token for 5 seats · Onboarding included · Invoice on request
pnpm dlx shadcn@latest add @ruixenui-pro/faq-section| Prop | Type |
|---|
| Default |
|---|
| Description |
|---|
faqs | FAQItem[] | Default FAQs | Array of FAQ items |
variant | "default" | "minimal" | "bordered" | "default" | Visual style variant |
title | string | "Frequently Asked Questions" | Section title |
subtitle | string | - | Optional subtitle |
className | string | - | Additional CSS classes |
| Prop | Type | Description |
|---|---|---|
id | string | Unique identifier |
question | string | The question text |
answer | string | The answer text |