Circular Wheel Carousel
A production-scale, light + dark Circular Wheel Carousel component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add circular-wheel-carouselLive preview available in the gallery.
Usage
import { CircularWheelCarousel } from "@lerpa/ui";
<CircularWheelCarousel />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| items | CarouselItem[] | - | |
| className | string | — | |
| radius | number | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.