Multi Line Comparison
A production-scale, light + dark Multi Line Comparison component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add multi-line-comparisonLive preview available in the gallery.
Usage
import { MultiLineComparison } from "@lerpa/ui";
<MultiLineComparison />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| series | ComparisonSeries[] | — | |
| labels | string[] | — | |
| title | string | — | |
| subtitle | string | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.