Other Sections
LogoCloud
Displays partner or customer logos in a horizontal row or infinite marquee. Logos are grayscale by default.
Installation
npm install @trinkui/reactPreview
Trusted by teams at
Props
| Prop | Type | Default | Description |
|---|---|---|---|
label | string | - | Text shown above the logo row |
logosrequired | LogoItem[] | - | Array of logo objects { src, name, href? } |
marquee | boolean | false | Enable infinite horizontal scroll animation |
animated | boolean | true | Enable entrance fade-in animation |
theme | "light" | "dark" | - | Section color theme |
className | string | - | Additional CSS classes |