Millstream Social
A social-proof section: testimonial quotes on quiet Kindle spotlight cards flowing through velocity-reactive Millrace marquees — two counter-flowing rows on desktop, one on mobile — pausing on hover, with a screen-reader-only static list so each quote is heard once and a static wrapped grid under reduced motion.
csspro
Pro
The preview is live. The source is Pro.
One purchase, lifetime access: every pro component's source, CLI install with your own registry token, and all future drops.
Installation
CLI
npx shadcn@latest add @crucible/millstream-socialProps
| Prop | Type | Default | Description |
|---|---|---|---|
| heading | string | "Word from the floor" | Section heading rendered as an h2. |
| testimonials | MillstreamTestimonial[] | the six Forgewright quotes | Testimonial cards flowing through the marquee. |
| speed | number | 36 | Idle marquee drift speed in px/second (scroll velocity still accelerates it). |
Also accepts all props of React.ComponentPropsWithoutRef<"section"> — they pass through to the underlying element. | |||
Honors prefers-reduced-motion with a designed static fallback, and passes className through.