Infinite Cylinder Scroll
A production-scale, light + dark Infinite Cylinder Scroll component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add infinite-cylinder-scrollLive preview available in the gallery.
Usage
import { InfiniteCylinderScroll } from "@lerpa/ui";
<InfiniteCylinderScroll />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| items | string[] | — | |
| onSelect | (item: string) => void | — | |
| className | string | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.