loop deck
Infinite loop carousel with card deck style presentation
Mountain Vista
Nature's Majesty
Breathtaking mountain landscapes that inspire wanderlust
1
2
3
4
1 / 4
Installation
Choose your preferred installation method. CLI is recommended for the fastest setup.
1
Quick Install
One command, zero configuration
$ npx @hritik-sharmaa/repeat-ui add carousel-loop-deck --variant ts-tailwind
Props Table
Configuration options and properties for this component.
Prop | Type | Default | Description |
---|---|---|---|
items | CarouselItem[] | - | Array of carousel items to display. Each item should have id, title, subtitle, image, description, and color (which is optional) properties. |
autoPlayInterval | number | 5000 | Time in milliseconds between automatic slide transitions |
className | string | "" | Additional CSS classes to apply to the carousel container |