Logo Marquee
A production-scale, light + dark Logo Marquee component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add logo-marqueeLive preview available in the gallery.
Usage
import { LogoMarquee } from "@lerpa/ui";
<LogoMarquee />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| logos | LogoItem[] | — | |
| direction | 'left' | 'right' | — | |
| speed | number | — | |
| noMask | boolean | — | |
| pauseOnHover | boolean | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.