Skip to main content
Clever Ops

Logo Departures Board

Split-flap React logo board, a fixed Tailwind grid of typographic wordmarks where one cell flips at a time in reading order, rotating more brands than cells.

Preview & code

Loading Logo Departures Board preview

Installation

pnpm dlx shadcn@latest add @cleverui/logo-departures-board

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

Usage

tsx
import { LogoDeparturesBoard } from '@/components/blocks/logo-departures-board'
Exampletsx
import { LogoDeparturesBoard } from '@/components/blocks/logo-departures-board'

export default function LogoDeparturesBoardDemo() {
  return (
    <div className="flex min-h-[440px] items-center">
      <LogoDeparturesBoard
        className="w-full"
        cells={6}
        interval={3.5}
        logos={[
          'Harborline',
          'Fieldstone',
          'Northbeam',
          'Meridian',
          'Sable & Co.',
          'Kestrel',
          'Lumenpath',
          'Orbit Ledger',
          'Cascade Ops',
          'Vellum',
          'Pinecourt',
          'Ashlar',
        ]}
      />
    </div>
  )
}

API reference

LogoDeparturesBoard accepts the following props.

PropTypeDefaultDescription
logos*string[]8–18 company names; board shows `cells` at a time and rotates the rest
cells4 | 6 | 86visible cells; 2 cols below sm, 3 at sm, cells/2 at lg
intervalnumber4seconds between flips; one cell flips per interval in reading order
eyebrowstring'In production at'mono micro-label above the board; empty string hides it

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

Frequently asked questions

How do I install the Logo Departures Board 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-departures-board`. 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 Departures Board require?

Logo Departures Board 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 Departures Board 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