Skip to main content
Clever Ops

Team Hover Dossier

Master-detail React team section, hover or focus a roster name to swap a monogram dossier panel; Tailwind hairlines, tabs semantics, no photos needed.

Preview & code

Loading Team Hover Dossier preview

Installation

pnpm dlx shadcn@latest add @cleverui/team-hover-dossier

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

Usage

tsx
import { TeamHoverDossier } from '@/components/blocks/team-hover-dossier'
Exampletsx
import { TeamHoverDossier } from '@/components/blocks/team-hover-dossier'

export default function TeamHoverDossierDemo() {
  return (
    <div className="mx-auto w-full">
      <TeamHoverDossier
        eyebrow="Dossier"
        heading="The team"
        defaultIndex={0}
        members={[
          {
            name: 'Aisha Rahman',
            jobTitle: 'Staff Engineer · Platform',
            focus: 'Infrastructure · Edge',
            location: 'Melbourne, AU',
            tenure: 'Since 2020',
            bio: 'Owns the multi-region control plane and the deploy pipeline that ships Meridian twice a day. Previously built edge caches at Cloudflare.',
          },
          {
            name: 'Gabriel Soto',
            jobTitle: 'Frontend Engineer · Design Systems',
            focus: 'Design systems · Type',
            location: 'Buenos Aires, AR',
            tenure: 'Since 2023',
            bio: 'Maintains the CleverOps component kit and the token pipeline behind every product surface. Obsessed with tabular figures and focus rings.',
          },
          {
            name: 'Maya Chen',
            jobTitle: 'Product Manager · Billing',
            focus: 'Monetization · Contracts',
            location: 'Singapore, SG',
            tenure: 'Since 2022',
            bio: 'Runs the usage-based billing program across 14 currencies. Writes the pricing RFCs engineering actually wants to read.',
          },
          {
            name: 'Noah Patel',
            jobTitle: 'Staff SRE',
            focus: 'Reliability · On-call',
            location: 'Bangalore, IN',
            tenure: 'Since 2022',
            bio: 'Keeps p99 under 120ms and the pager quiet. Built the error-budget dashboard the whole company watches on Mondays.',
          },
          {
            name: 'Priya Nair',
            jobTitle: 'ML Engineer',
            focus: 'Ranking · Features',
            location: 'Sydney, AU',
            tenure: 'Since 2023',
            bio: 'Ships the ranking models behind search and the weekly feature store refresh. Trained as a statistician, ships like a product engineer.',
          },
          {
            name: 'Elena Vasquez',
            jobTitle: 'Head of Support',
            focus: 'Customer ops · Playbooks',
            location: 'Austin, US',
            tenure: 'Since 2025',
            bio: 'Built the tiered support ladder from first reply to executive escalation. Turns every severity-1 into a permanent runbook.',
          },
        ]}
      />
    </div>
  )
}

API reference

TeamHoverDossier accepts the following props.

PropTypeDefaultDescription
headingstring'The team'section heading; level overridable via headingLevel
eyebrowstring'Dossier'mono micro-label above the heading, preceded by the primary tick
members*TeamHoverDossierMember[]
defaultIndexnumber0index of the member whose dossier is open on load
headingLevel2 | 32

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

Referenced types

Typestsx
export interface TeamHoverDossierMember {
  name: string
  jobTitle: string
  /** mono one-liner like 'Design systems · Type' */
  focus?: string
  /** short PREFORMATTED string like 'Melbourne, AU' */
  location?: string
  /** short PREFORMATTED string like 'Since 2021' */
  tenure?: string
  /** 1-2 plain sentences */
  bio?: string
  /** derived from name when omitted */
  initials?: string
}

Frequently asked questions

How do I install the Team Hover Dossier 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-hover-dossier`. 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 Hover Dossier require?

Team Hover Dossier 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 Hover Dossier 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