Skip to main content
Clever Ops

Event Workshop Grid

Workshop and breakout sessions as poster cards, room and time in mono, level chips, seats-left urgency, and an honest waitlist state. React and Tailwind grid for conferences.

Preview & code

Loading Event Workshop Grid preview

Installation

pnpm dlx shadcn@latest add @cleverui/event-workshop-grid

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

Usage

tsx
import { EventWorkshopGrid } from '@/components/blocks/event-workshop-grid'
Exampletsx
import { EventWorkshopGrid } from '@/components/blocks/event-workshop-grid'

export default function EventWorkshopGridDemo() {
  return (
    <div className="mx-auto w-full">
      <EventWorkshopGrid
        eyebrow="DAY 2 · BREAKOUT SESSIONS · LIMITED SEATS"
        heading="Workshops"
        intro="Every workshop is hands-on and capped, when a room fills, it fills."
        columns={3}
        workshops={[
          {
            title: 'Ship your first shader',
            host: 'Mara Chen',
            hostJobTitle: 'Creative Director',
            room: 'ROOM 3',
            time: '10:00 AM',
            level: 'Beginner',
            blurb:
              'Write a fragment shader from a blank canvas and run it on a live LED wall before lunch.',
            seatsLeft: '8 seats left',
            href: '#shader',
          },
          {
            title: 'Cue sheets as choreography',
            host: 'Priya Nair',
            hostJobTitle: 'Head of Production',
            room: 'STUDIO B',
            time: '10:00 AM',
            level: 'Intermediate',
            blurb:
              'Build a shared show bible that stage managers, FOH, and artists can actually trust.',
            seatsLeft: '3 seats left',
            href: '#cues',
          },
          {
            title: 'Ticket economics for mid-size bills',
            host: 'Helena Brooks',
            hostJobTitle: 'CEO, Clearseat',
            room: 'ROOM 1',
            time: '2:00 PM',
            level: 'All levels',
            blurb:
              'Price ladders, holdbacks, and comp policy, model a real bill with your own numbers.',
            full: true,
            href: '#tickets',
          },
          {
            title: 'Gain structure under pressure',
            host: 'Eli Vargas',
            hostJobTitle: 'FOH Engineer',
            room: 'MAIN HALL',
            time: '2:00 PM',
            level: 'Advanced',
            blurb:
              'Ring out a festival stage in twenty minutes without killing the drums or the vocals.',
            seatsLeft: '12 seats left',
          },
          {
            title: 'Access as production, not policy',
            host: 'Nina Cole',
            hostJobTitle: 'Director, Access Works',
            room: 'THEATRE',
            time: '4:00 PM',
            level: 'All levels',
            blurb:
              'Caption workflows, quiet rooms, and step-free routes, bake them into the run sheet.',
            seatsLeft: '5 seats left',
            href: '#access',
          },
          {
            title: 'Festival without a war room',
            host: 'Jonah Okonkwo',
            hostJobTitle: 'Founder, Studio North',
            room: 'ROOM 2',
            time: '4:00 PM',
            level: 'Intermediate',
            blurb:
              'Async ops for a three-day site: decision logs, radio protocols, and end-of-day debriefs.',
            seatsLeft: '1 seat left',
            href: '#ops',
          },
        ]}
      />
    </div>
  )
}

API reference

EventWorkshopGrid accepts the following props.

PropTypeDefaultDescription
headingstring'Workshops'
eyebrowstringdated mono kicker, preformatted, never derived from Date
introstringone urgent plain sentence
workshops*WorkshopItem[]
columns2 | 33cards per row at lg; 2 at sm, 1 below

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

Referenced types

Typestsx
export interface WorkshopItem {
  title: string
  host?: string
  hostJobTitle?: string
  /** preformatted, e.g. 'ROOM 3' */
  room?: string
  /** preformatted, e.g. '2:00 PM' */
  time?: string
  /** short word, e.g. 'Beginner' */
  level?: string
  blurb?: string
  /** preformatted, e.g. '8 seats left', no seat math in render */
  seatsLeft?: string
  /** honest waitlist state when true */
  full?: boolean
  /** links the title */
  href?: string
}

Frequently asked questions

How do I install the Event Workshop Grid component?

Register the @cleverui registry in your components.json ("@cleverui": "https://cleverops.com.au/r/{name}.json"), then run `npx shadcn@latest add @cleverui/event-workshop-grid`. 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 Event Workshop Grid require?

Event Workshop Grid uses motion and lucide-react on top of React and Tailwind CSS. You don't need to install them manually, the shadcn CLI resolves and installs npm dependencies automatically when you add the component.

Can I theme Event Workshop Grid 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