Skip to main content
Clever Ops

Team Cohort Timeline

React team timeline grouping members into year-joined cohorts along a hairline spine, mono year markers and Tailwind-ruled rows tell the growth story.

Preview & code

Loading Team Cohort Timeline preview

Installation

pnpm dlx shadcn@latest add @cleverui/team-cohort-timeline

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

Usage

tsx
import { TeamCohortTimeline } from '@/components/blocks/team-cohort-timeline'
Exampletsx
import { TeamCohortTimeline } from '@/components/blocks/team-cohort-timeline'

export default function TeamCohortTimelineDemo() {
  return (
    <div className="mx-auto w-full">
      <TeamCohortTimeline
        eyebrow="Cohorts"
        heading="How the team grew"
        order="oldest"
        members={[
          {
            name: 'Keisha Morgan',
            jobTitle: 'Co-founder & CEO',
            joined: '2019',
            note: 'Founding',
          },
          {
            name: 'Jonah Reed',
            jobTitle: 'Co-founder & Head of Design',
            joined: '2019',
            note: 'Founding',
          },
          {
            name: 'Aisha Rahman',
            jobTitle: 'Staff Engineer · Platform',
            joined: '2020',
            note: 'First hire',
          },
          {
            name: 'Diego Marquez',
            jobTitle: 'Senior Backend Engineer',
            joined: '2021',
          },
          {
            name: 'Camille Duval',
            jobTitle: 'Engineering Manager · Data',
            joined: '2021',
          },
          {
            name: 'Noah Patel',
            jobTitle: 'Staff SRE',
            joined: '2022',
          },
          {
            name: 'Maya Chen',
            jobTitle: 'Product Manager · Billing',
            joined: '2022',
          },
          {
            name: 'Gabriel Soto',
            jobTitle: 'Frontend Engineer · Design Systems',
            joined: '2023',
          },
          {
            name: 'Priya Nair',
            jobTitle: 'ML Engineer',
            joined: '2023',
          },
          {
            name: 'Hana Takahashi',
            jobTitle: 'Research Scientist',
            joined: '2024',
          },
          {
            name: 'Liam Okafor',
            jobTitle: 'Infrastructure Engineer',
            joined: '2024',
          },
          {
            name: 'Elena Vasquez',
            jobTitle: 'Head of Support',
            joined: '2025',
          },
        ]}
      />
    </div>
  )
}

API reference

TeamCohortTimeline accepts the following props.

PropTypeDefaultDescription
headingstring'How the team grew'section heading; level overridable via headingLevel
eyebrowstring'Cohorts'mono micro-label above the heading, preceded by the primary tick
members*TeamCohortMember[]
order'oldest' | 'newest''oldest'cohort sort direction down the spine
headingLevel2 | 32

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

Referenced types

Typestsx
export interface TeamCohortMember {
  name: string
  jobTitle: string
  /** 4-digit year string like '2021' */
  joined: string
  /** short aside like 'Founding engineer' rendered as a mono tag */
  note?: string
}

Frequently asked questions

How do I install the Team Cohort Timeline 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-cohort-timeline`. 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 Cohort Timeline require?

Team Cohort Timeline 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 Cohort Timeline 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