Animated Bar Race
A production-scale, light + dark Animated Bar Race component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add animated-bar-raceLive preview available in the gallery.
Usage
import { AnimatedBarRace } from "@lerpa/ui";
<AnimatedBarRace />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| items | string[] | — | |
| colors | string[] | — | |
| frames | BarRaceFrame[] | — | |
| topN | number | — | |
| interval | number | — | |
| title | string | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.