Skip to main content
Clever Ops

Who Shows Up

A crew strip that answers the homeowner's real question, who is coming to my house. First names, years on the tools, and the van ID in mono so the ute in the driveway matches the website.

Preview & code

Loading Who Shows Up preview

Installation

pnpm dlx shadcn@latest add @cleverui/trade-team-vans

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

Usage

tsx
import { TradeTeamVans } from '@/components/blocks/trade-team-vans'
Exampletsx
import { TradeTeamVans } from '@/components/blocks/trade-team-vans'

export default function TradeTeamVansDemo() {
  return (
    <div className="mx-auto max-w-6xl px-4 py-6 sm:px-6">
      <TradeTeamVans
        heading="Who shows up"
        intro="No subcontractors, no strangers, one of these four, every time."
        crew={[
          {
            name: 'Mick',
            role: 'Lead plumber',
            years: 18,
            van: 'VAN 01 · 1GD 3XR',
            lead: true,
          },
          {
            name: 'Dave',
            role: 'Gas fitter',
            years: 14,
            van: 'VAN 04 · 1BK 882',
          },
          {
            name: 'Priya',
            role: 'Apprentice plumber',
            years: 3,
            van: 'VAN 02 · 1HN 441',
          },
          {
            name: 'Tom',
            role: 'Drainage specialist',
            years: 11,
            van: 'VAN 07 · 1WP 119',
          },
        ]}
        note="Every tech is police-checked and carries photo ID. Ask to see it at the door."
      />
    </div>
  )
}

API reference

TradeTeamVans accepts the following props.

PropTypeDefaultDescription
headingstring'Who shows up'
introstringone plain sentence under the heading
crew*TradeCrewMember[]3–5 crew members
notestringclosing trust line

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

Referenced types

Typestsx
export interface TradeCrewMember {
  name: string
  role: string
  years: number
  /** vehicle ID like "VAN 04 · 1GD 3XR" */
  van?: string
  /** at most one lead, gets primary keyline + point-of-contact line */
  lead?: boolean
}

Frequently asked questions

How do I install the Who Shows Up component?

Register the @cleverui registry in your components.json ("@cleverui": "https://cleverops.com.au/r/{name}.json"), then run `npx shadcn@latest add @cleverui/trade-team-vans`. 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 Who Shows Up require?

Who Shows Up 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 Who Shows Up 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