Preview live, install via shadcn or copy the source.
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
| images | string[] | — | Yes | Array of image URLs for infinite marquee. |
| title | React.ReactNode | — | No | Optional header title above marquee. |
| speed | number | 80 | No | Seconds per loop. |
| stageHeight | string | 40em | No | Height of perspective stage. |
| stripHeight | string | 30em | No | Height of each image strip. |
| imageWidth | string | 40em | No | Width of each image. |
| gap | string | — | No | Gap between images. |
| repeat | number | 2 | No | Repeat count for seamless loop. |
| accelerateOnScroll | boolean | true | No | Speed up on scroll. |
| className | string | — | No | Wrapper class. |