Faq Accordion Minimal
A production-scale, light + dark Faq Accordion Minimal component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add faq-accordion-minimalLive preview available in the gallery.
Usage
import { FaqAccordionMinimal } from "@lerpa/ui";
<FaqAccordionMinimal />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| className | string | — | |
| title | string | — | |
| subtitle | string | — | |
| items | FaqQa[] | — | |
| categoryTones | Record<string, string> | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.