Introducing shieldcn — README badges, shadcn style.

Check it out

Logo Cloud

Trusted-by logo display with static grid and infinite-scroll marquee layouts.

Loading...

Installation

$ shadcn add @jalco/logo-cloud

Usage

import { LogoCloud, LogoCloudMarquee } from "@/components/logo-cloud"
<LogoCloudMarquee logos={logos} title="Trusted by" />

Client component. Pass an array of { src, alt, href? } objects. Logos render grayscale by default and colorize on hover.

Examples

Static grid

Loading...

Marquee

Loading...

API Reference

LogoCloud

PropType

LogoCloudMarquee

PropType

Notes

  • Client component. Marquee uses CSS animation with pause-on-hover.
  • No dependencies. Pure CSS animation — no motion libraries.
  • Grayscale by default. Logos render at 60% opacity in grayscale and colorize on hover.