Cylinder Carousel
Documentation Index
Fetch the complete documentation index at: /llms.txt. Use this file to discover all available pages before exploring further.
A draggable, looping carousel projected onto a concave or convex cylinder.
cylinder-carousel-demo
Overview
Use Cylinder Carousel for visually browsable items where spatial exploration matters. Pointer drag, wheel input, momentum, and snapping share one continuous position model.
Installation
Usage
import { CylinderCarousel } from "@/components/animated/cylinder-carousel"
<CylinderCarousel visibleItems={5} variant="concave">
{items.map((item) => <Card key={item.id} {...item} />)}
</CylinderCarousel>Accessibility
Do not use the carousel as the only route to essential content. Give interactive children accessible names and provide an equivalent list or navigation path when exact selection matters.