Skip to main content
Clever Ops

Logo Proof Wall

Static categorized logo wall, 'Backed by' and 'Works with' groups under mono labels and hairline rules, grayscale wordmarks with every company name in the accessibility tree.

Preview & code

Loading Logo Proof Wall preview

Installation

pnpm dlx shadcn@latest add @cleverui/logo-proof-wall

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

Usage

tsx
import { LogoProofWall } from '@/components/blocks/logo-proof-wall'
Exampletsx
import { LogoProofWall } from '@/components/blocks/logo-proof-wall'

export default function LogoProofWallDemo() {
  return (
    <div className="flex min-h-[580px] items-center">
      <LogoProofWall
        heading="Built with operators who ship under scrutiny."
        columns={4}
        groups={[
          {
            label: 'Backed by',
            logos: [
              { name: 'Northline Capital' },
              { name: 'Harbor Ventures' },
              { name: 'Fieldstone' },
              { name: 'Meridian Seed' },
            ],
          },
          {
            label: 'Works with',
            logos: [
              { name: 'Stripe' },
              { name: 'Vercel' },
              { name: 'Linear' },
              { name: 'Notion' },
              { name: 'Segment' },
              { name: 'Datadog' },
              { name: 'Cloudflare' },
              { name: 'Snowflake' },
            ],
          },
        ]}
      />
    </div>
  )
}

API reference

LogoProofWall accepts the following props.

PropTypeDefaultDescription
headingstringoptional section heading above the groups
groups*LogoProofWallGroup[]1–3 groups, labels like 'Backed by' / 'Works with'
columns3 | 4 | 54logo cells per row at md and up; 2 below
headingLevel2 | 32

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

Referenced types

Typestsx
export interface LogoProofWallGroup {
  label: string
  logos: LogoProofWallLogo[]
}

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

Frequently asked questions

How do I install the Logo Proof Wall 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-proof-wall`. 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 Proof Wall require?

Logo Proof Wall 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 Proof Wall 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