"Trusted by" logo cloud with optional marquee animation for social proof.
Install
npx bouncekit@latest add logocloudImport
import { LogoCloud } from "@/components/marketing/logo-cloud"1. Copy the source file
Copy src/components/marketing/logo-cloud.tsx into your project at the same path.
2. Install dependencies
Check the component's imports and install any missing packages.
3. Import and use
import { LogoCloud } from "@/components/marketing/logo-cloud"Make sure you have cn() from @/lib/utils available in your project.
Props
| Prop | Type | Required | Description |
|---|---|---|---|
heading | string | — | Heading above the logos. |
logos | LogoItem[] | yes | Logo items { name, src }. |
marquee | boolean | — | Enable infinite marquee scroll. |