Skip to main content
Clever Ops

Logo Stat Strip

One hairline instrument band interleaving grayscale wordmarks with two counting proof stats, logos as the nouns, tabular numerals as the numbers, seam-divided.

Preview & code

Loading Logo Stat Strip preview

Installation

pnpm dlx shadcn@latest add @cleverui/logo-stat-strip

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

Usage

tsx
import { LogoStatStrip } from '@/components/blocks/logo-stat-strip'
Exampletsx
import { LogoStatStrip } from '@/components/blocks/logo-stat-strip'

export default function LogoStatStripDemo() {
  return (
    <div className="flex min-h-[360px] items-center py-8">
      <LogoStatStrip
        eyebrow="Trusted in production"
        logos={[
          { name: 'Fieldline' },
          { name: 'Corridor' },
          { name: 'Northgate' },
          { name: 'Arbor Labs' },
          { name: 'Harborstack' },
        ]}
        stats={[
          { value: 2.4, label: 'Documents processed', suffix: 'M+', decimals: 1 },
          { value: 99.97, label: 'Uptime this quarter', suffix: '%', decimals: 2 },
        ]}
        duration={1.2}
      />
    </div>
  )
}

API reference

LogoStatStrip accepts the following props.

PropTypeDefaultDescription
logos*LogoStatStripLogo[]4–6 companies; when mark is omitted a styled text wordmark is drawn from name
stats*LogoStatStripStat[]exactly 2 entries; value is the final number, prefix/suffix wrap it
eyebrowstring'Trusted in production'mono micro-label above the band; empty string hides it
durationnumber1.2seconds for the count-up sweep

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

Referenced types

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

export interface LogoStatStripStat {
  value: number
  label: string
  prefix?: string
  suffix?: string
  decimals?: number
}

Frequently asked questions

How do I install the Logo Stat Strip 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-stat-strip`. 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 Stat Strip require?

Logo Stat Strip uses motion on top of React and Tailwind CSS. You don't need to install it manually, the shadcn CLI resolves and installs npm dependencies automatically when you add the component.

Can I theme Logo Stat Strip 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