Skip to main content
Clever Ops

Studio Process Reveal

A studio process rail, oversized phase numerals reveal along a drawn hairline with a duration and deliverable per phase. An editorial React and Tailwind block where motion is the pitch.

Preview & code

Loading Studio Process Reveal preview

Installation

pnpm dlx shadcn@latest add @cleverui/studio-process-reveal

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

Usage

tsx
import { StudioProcessReveal } from '@/components/blocks/studio-process-reveal'
Exampletsx
'use client'

import { StudioProcessReveal } from '@/components/blocks/studio-process-reveal'

export default function StudioProcessRevealDemo() {
  return (
    <StudioProcessReveal
      eyebrow="Process"
      heading="How the work gets made"
      intro="Four phases, each ending in something you can use."
      phases={[
        {
          name: 'Discover',
          summary:
            'Workshops, competitive cuts, and a written brief that names the problem before we design anything.',
          duration: '1–2 wks',
          deliverable: 'Signed project brief',
        },
        {
          name: 'Define',
          summary:
            'Information architecture, key flows, and a visual direction locked with stakeholders, no open-ended drift.',
          duration: '2 wks',
          deliverable: 'Clickable prototype in code',
        },
        {
          name: 'Build',
          summary:
            'Design and engineering in the same room. Components ship with motion, a11y, and a performance budget.',
          duration: '4–6 wks',
          deliverable: 'Production-ready release',
        },
        {
          name: 'Ship & measure',
          summary:
            'Launch checklist, instrumentation, and a thirty-day readout so the next decision is evidence-led.',
          duration: '2 wks',
          deliverable: 'Launch report & next-sprint plan',
        },
      ]}
      deliverableLabel="Deliverable"
      note="Timelines are agreed in the proposal and kept."
    />
  )
}

API reference

StudioProcessReveal accepts the following props.

PropTypeDefaultDescription
eyebrowstring'Process'quiet spaced sans label above the heading
headingstring'How the work gets made'
introstringone measured sentence
phases*ProcessPhase[]3–5 phases
deliverableLabelstring'Deliverable'micro-label set before each deliverable line
notestringclosing line

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

Referenced types

Typestsx
export interface ProcessPhase {
  name: string
  summary: string
  /** PREFORMATTED, e.g. '2 wks' */
  duration?: string
  /** concrete artifact, e.g. 'Clickable prototype in code' */
  deliverable?: string
}

Frequently asked questions

How do I install the Studio Process Reveal component?

Register the @cleverui registry in your components.json ("@cleverui": "https://cleverops.com.au/r/{name}.json"), then run `npx shadcn@latest add @cleverui/studio-process-reveal`. 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 Studio Process Reveal require?

Studio Process Reveal 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 Studio Process Reveal 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