Infinite Carousel
A customizable carousel component that displays a series of images or logos with a smooth infinite scrolling effect, ideal for showcasing brand partnerships or featured content.
Carousel
Infinite
Animated
Brands
Installation
InfiniteCarousel Props
Prop | Type | Required | Description |
---|---|---|---|
images | string[] | Yes | An array of image sources to be displayed in the carousel. |
direction | "left" | "right" | No | The direction of the carousel animation. Defaults to "left" . |
speed | number | No | The speed of the carousel animation in seconds. Defaults to 25 . |
itemWidth | number | Yes | The width of each carousel item in pixels. |
itemHeight | number | Yes | The height of each carousel item in pixels. |
InfiniteCarouselItem Props
Prop | Type | Required | Description |
---|---|---|---|
src | string | Yes | The source of the image to be displayed. |
width | number | Yes | The width of the image in pixels. |
height | number | Yes | The height of the image in pixels. |