Faq Two Column Layout
A production-scale, light + dark Faq Two Column Layout component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add faq-two-column-layoutLive preview available in the gallery.
Usage
import { FaqTwoColumnLayout } from "@lerpa/ui";
<FaqTwoColumnLayout />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| className | string | — | |
| title | string | — | |
| subtitle | string | — | |
| columnA | FaqQA[] | — | |
| columnB | FaqQA[] | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.