Stacked Carousel
A customizable stacked carousel component that displays a series of images or logos with a smooth stacked scrolling effect, ideal for showcasing brand partnerships or featured content.
Carousel
Stacked
Animated
Brands
Installation
Run the following command:
npx gopx-webui add stacked-carousel
Props
Prop | Type | Default | Description |
---|---|---|---|
images | string[] | Required | Array of image URLs to be displayed in the carousel |
width | number | 300 | Width of the carousel container in pixels |
height | number | 400 | Height of the carousel container in pixels |
borderColor | string | "white" | Color of the border around each image |
borderWidth | number | 12 | Width of the border around each image in pixels |
backgroundColor | string | "#e0f1fa" | Background color of the carousel container |