Skip to main content
Clever Ops

Logo Marquee

Single-row logo strip on a pure-CSS loop, wordmarks sit grayscale and dimmed until hover restores them, with edge fade masks and an honest sr-only roster of company names.

Preview & code

Loading Logo Marquee preview

Installation

pnpm dlx shadcn@latest add @cleverui/logo-marquee

Requires the @cleverui registry in your components.json, a one-off, two-line setup.

Usage

tsx
import { LogoMarquee } from '@/components/blocks/logo-marquee'
Exampletsx
import { LogoMarquee } from '@/components/blocks/logo-marquee'

const logos = [
  { name: 'Fieldline' },
  { name: 'Corridor' },
  { name: 'Meridian' },
  { name: 'Northgate' },
  { name: 'Arbor Labs' },
  { name: 'Bright & Co' },
  { name: 'Harborstack' },
  { name: 'Ledgerly' },
  { name: 'Pinewire' },
  { name: 'Sable Ops' },
]

export default function LogoMarqueeDemo() {
  return (
    <div className="flex min-h-[360px] items-center">
      <LogoMarquee
        eyebrow="Trusted by teams at"
        logos={logos}
        duration={36}
        density="comfortable"
      />
    </div>
  )
}

API reference

LogoMarquee accepts the following props.

PropTypeDefaultDescription
logos*LogoMarqueeLogo[]companies shown; when mark is omitted a styled text wordmark is drawn from name
eyebrowstring'Trusted by teams at'mono micro-label centered above the strip
durationnumber36seconds for one full loop
density'comfortable' | 'compact''comfortable'gap and mark-size preset; compact fits more logos per viewport for long rosters
colorOnHoverbooleantruemarks rest at grayscale/60% opacity and return to full color only under the pointer

…plus everything from React.HTMLAttributes<HTMLElement>: className, event handlers, aria attributes and the rest pass straight through.

Referenced types

Typestsx
export interface LogoMarqueeLogo {
  name: string
  mark?: React.ReactNode
}

Frequently asked questions

How do I install the Logo Marquee component?

Register the @cleverui registry in your components.json ("@cleverui": "https://cleverops.com.au/r/{name}.json"), then run `npx shadcn@latest add @cleverui/logo-marquee`. The shadcn CLI copies the source into your project, you own the code from that point. You can also copy the source directly from this page.

What dependencies does Logo Marquee require?

Logo Marquee has no npm dependencies beyond React and Tailwind CSS itself, so there is nothing extra to install or keep updated.

Can I theme Logo Marquee to match my brand?

Yes. The component is styled entirely with Tailwind utilities over standard design tokens (primary, background, muted, border), so it inherits your existing shadcn/ui theme automatically. Change your CSS variables and the component follows, no source edits needed for palette, radius, or fonts.

Want this built for you?

CleverUI is built by the Clever Ops web team. If you'd rather ship a hand-coded, fast, custom website than assemble one, we build them for Australian businesses every week.

Explore web development services