Feature Alternating Rows
A production-scale, light + dark Feature Alternating Rows component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add feature-alternating-rowsLive preview available in the gallery.
Usage
import { FeatureAlternatingRows } from "@lerpa/ui";
<FeatureAlternatingRows />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| className | string | — | |
| title | string | — | |
| subtitle | string | — | |
| rows | FeatureAlternatingRow[] | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.