npx shadcn@latest add https://chamaac.com/r/carousel.json| Prop | Type | Default | Description |
|---|---|---|---|
| images* | string[] | - | Array of image URLs to display in the carousel |
| className | string | "" | Custom class names for the carousel container |
| cardWidth | string | number | "250px" | Width of each carousel card |
| cardHeight | string | number | "284px" | Height of each carousel card |
| duration | number | 0.5 | Animation duration in seconds for card transitions |
| rotationAngle | number | 45 | 3D rotation angle in degrees for side cards (rotateY) |