Skip to main content
Clever Ops

Team Timezone Strip

Distributed React team strip grouping members under city and UTC-offset mono headers, a Tailwind hairline band for remote-team pages, no headshots or WebGL.

Preview & code

Loading Team Timezone Strip preview

Installation

pnpm dlx shadcn@latest add @cleverui/team-timezone-strip

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

Usage

tsx
import { TeamTimezoneStrip } from '@/components/blocks/team-timezone-strip'
Exampletsx
import { TeamTimezoneStrip } from '@/components/blocks/team-timezone-strip'

export default function TeamTimezoneStripDemo() {
  return (
    <div className="mx-auto w-full">
      <TeamTimezoneStrip
        eyebrow="Time zones"
        heading="Distributed by design"
        hubs={[
          {
            city: 'San Francisco',
            offset: 'UTC−8',
            members: [
              {
                name: 'Keisha Morgan',
                jobTitle: 'Co-founder & CEO',
              },
              {
                name: 'Elena Vasquez',
                jobTitle: 'Head of Support',
              },
            ],
          },
          {
            city: 'London',
            offset: 'UTC+0',
            hq: true,
            members: [
              {
                name: 'Ben Okonkwo',
                jobTitle: 'Product Design Lead',
              },
              {
                name: 'Jonah Reed',
                jobTitle: 'Co-founder & Head of Design',
              },
              {
                name: 'Camille Duval',
                jobTitle: 'Engineering Manager · Data',
              },
            ],
          },
          {
            city: 'Bangalore',
            offset: 'UTC+5:30',
            members: [
              {
                name: 'Noah Patel',
                jobTitle: 'Staff SRE',
              },
              {
                name: 'Farah Al-Hassan',
                jobTitle: 'Security Engineer',
              },
            ],
          },
          {
            city: 'Melbourne',
            offset: 'UTC+10',
            members: [
              {
                name: 'Aisha Rahman',
                jobTitle: 'Staff Engineer · Platform',
              },
              {
                name: 'Priya Nair',
                jobTitle: 'ML Engineer',
              },
            ],
          },
        ]}
      />
    </div>
  )
}

API reference

TeamTimezoneStrip accepts the following props.

PropTypeDefaultDescription
headingstring'Distributed by design'section heading; level overridable via headingLevel
eyebrowstring'Time zones'mono micro-label above the heading, stays neutral; accent is the hq hub
hubs*TeamTimezoneHub[]2-5 hubs ordered west to east
headingLevel2 | 32

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

Referenced types

Typestsx
export interface TeamTimezoneHub {
  city: string
  /** short PREFORMATTED string like 'UTC+10', never computed from Date */
  offset: string
  members: TeamTimezoneMember[]
  /** at most one hub should be marked headquarters */
  hq?: boolean
}

export interface TeamTimezoneMember {
  name: string
  jobTitle: string
}

Frequently asked questions

How do I install the Team Timezone 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/team-timezone-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 Team Timezone Strip require?

Team Timezone 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 Team Timezone 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