Testimonial Marquee Quotes
A production-scale, light + dark Testimonial Marquee Quotes component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add testimonial-marquee-quotesLive preview available in the gallery.
Usage
import { TestimonialMarqueeQuotes } from "@lerpa/ui";
<TestimonialMarqueeQuotes />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| eyebrow | string | — | |
| title | string | — | |
| description | string | — | |
| quotes | MarqueeQuote[] | — | |
| speed | number | — | |
| pauseOnHover | boolean | — | |
| className | string | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.