Skip to main content
Clever Ops

Speaker Spotlight Row

Headline speakers as poster rows, names set huge, talk titles in italic, companies in mono, and a day-stage chip per row. The speaker bill is the artwork.

Preview & code

Loading Speaker Spotlight Row preview

Installation

pnpm dlx shadcn@latest add @cleverui/speaker-spotlight-row

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

Usage

tsx
import { SpeakerSpotlightRow } from '@/components/blocks/speaker-spotlight-row'
Exampletsx
import { SpeakerSpotlightRow } from '@/components/blocks/speaker-spotlight-row'

export default function SpeakerSpotlightRowDemo() {
  return (
    <div className="mx-auto w-full">
      <SpeakerSpotlightRow
        eyebrow="OCT 8–9 2026 · TOWN HALL"
        heading="Speakers"
        speakers={[
          {
            name: 'Mara Chen',
            talk: 'Rooms worth returning to',
            company: 'Harbour Works',
            jobTitle: 'Creative Director',
            day: 'DAY 1',
            stage: 'MAIN HALL',
            keynote: true,
            href: '#mara-chen',
          },
          {
            name: 'Jonah Okonkwo',
            talk: 'Shipping a festival without a war room',
            company: 'Studio North',
            jobTitle: 'Founder',
            day: 'DAY 1',
            stage: 'THEATRE',
            href: '#jonah-okonkwo',
          },
          {
            name: 'Priya Nair',
            talk: 'Cue sheets as choreography',
            company: 'Stagecraft Labs',
            jobTitle: 'Head of Production',
            day: 'DAY 1',
            stage: 'MAIN HALL',
          },
          {
            name: 'Helena Brooks',
            talk: 'Ticket economics for mid-size bills',
            company: 'Clearseat',
            jobTitle: 'CEO',
            day: 'DAY 2',
            stage: 'MAIN HALL',
            href: '#helena-brooks',
          },
          {
            name: 'Eli Vargas',
            talk: 'Gain structure under pressure',
            company: 'Audio Guild',
            jobTitle: 'FOH Engineer',
            day: 'DAY 2',
            stage: 'STUDIO B',
          },
          {
            name: 'Nina Cole',
            talk: 'Access as production, not policy',
            company: 'Access Works',
            jobTitle: 'Director',
            day: 'DAY 2',
            stage: 'THEATRE',
            href: '#nina-cole',
          },
        ]}
      />
    </div>
  )
}

API reference

SpeakerSpotlightRow accepts the following props.

PropTypeDefaultDescription
eyebrowstringdated mono kicker, preformatted, never derived from Date
headingstring'Speakers'
speakers*SpotlightSpeaker[]

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

Referenced types

Typestsx
export interface SpotlightSpeaker {
  name: string
  talk: string
  company?: string
  jobTitle?: string
  /** preformatted, e.g. 'DAY 1' */
  day?: string
  /** preformatted, e.g. 'MAIN STAGE' */
  stage?: string
  keynote?: boolean
  /** wraps the name in a real link when provided */
  href?: string
}

Frequently asked questions

How do I install the Speaker Spotlight Row component?

Register the @cleverui registry in your components.json ("@cleverui": "https://cleverops.com.au/r/{name}.json"), then run `npx shadcn@latest add @cleverui/speaker-spotlight-row`. 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 Speaker Spotlight Row require?

Speaker Spotlight Row 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 Speaker Spotlight Row 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