FAQ
FAQAccordion
FAQ section with animated accordion items — click to expand each answer.
Installation
npm install @trinkui/reactPreview
FAQ
Frequently asked questions
Everything you need to know about TrinkUI.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
pill | string | — | Badge label shown above the headline |
titlerequired | string | — | Main headline text |
subtitle | string | — | Supporting description below the headline |
items | FAQItem[] | [] | Array of FAQ items |
animated | boolean | true | Enable entrance animations |
theme | "light" | "dark" | — | Section color theme |
className | string | — | Extra CSS classes for the section element |