Logo Carousel
Animated hero logo carousel with reduced-motion fallback.
Import
tsx
import { LogoCarousel } from "@cooud-ui/ui";
bash
npx cooud-ui add logo-carousel
Examples
API Reference
Generated from the component's exported types.
LogoCarouselProps
Extends HTMLAttributes<HTMLUListElement>
| Prop | Type | Default | Description |
|---|---|---|---|
items* | LogoCarouselItem[] | — | — |
columns | number | — | — |
columnCount | number | — | Alias kept for snippets that call this pattern `columnCount`. |
interval | number | 2200 | — |
staggerDelay | number | 0.07 | — |
pauseOnHover | boolean | true | — |
ariaLabel | string | "Logo carousel" | — |
variant | LogoCarouselVariant | "ghost" | — |
size | LogoCarouselSize | "lg" | — |
motionPreference | LogoCarouselMotionPreference | "user" | — |
itemClassName | string | — | — |
logoClassName | string | — | — |