Work Process Steps

Four-column numbered workflow section showing project phases like Discovery, Strategy, Design, and Deliver. Perfect for freelancers and agencies explaining their project methodology.

FREE

Portfolio84: Work Process Steps

Four-column numbered process section: a large faded index number sits above each step's title and description.

Free block

This block is free. No license or account is required: install it with the CLI and use it in unlimited projects.

Installation

Radix flavor

bash
npx shadcn add "https://ui.beste.co/r/portfolio84"

Base UI flavor

bash
npx shadcn add "https://ui.beste.co/r-base/portfolio84"

This installs the block to components/beste/block/portfolio84.tsx and its dependencies.

Quick start

The installed file exports portfolio84Demo alongside the block: the exact props behind the preview above. Spread it to get a working process section in one line.

tsx
import { Portfolio84, portfolio84Demo } from "@/components/beste/block/portfolio84";

export default function ProcessPage() {
  return <Portfolio84 {...portfolio84Demo} />;
}

Then replace the demo with your own props. Written out, the same setup looks like this:

tsx
import { Portfolio84 } from "@/components/beste/block/portfolio84";

export default function ProcessPage() {
  return (
    <Portfolio84
      heading="How we work"
      description="A simple, transparent process from kickoff to launch."
      items={[
        { badge: "01", title: "Kickoff", description: "Align on goals, scope, and timeline." },
        { badge: "02", title: "Build", description: "Design and development in weekly sprints." },
        { badge: "03", title: "Launch", description: "QA, handoff, and go-live support." },
      ]}
    />
  );
}

Props

PropTypeDefaultDescription
headingstringSection heading
descriptionstringSection intro text
itemsStepItem[][]Process steps rendered across the grid
classNamestringExtra classes for the outer <section>
ts
type StepItem = {
  badge: string;
  title: string;
  description: string;
};

Behavior notes

More Portfolio blocks

View all Portfolio
PRO

portfolio97

Work Preferences Checklist

Three-column categorized preferences with checkmarks and X icons showing preferred vs non-preferred work styles. Perfect for freelancers clarifying ideal project types and engagement models.

PRO

portfolio101

Project Showcase Grid

Portfolio grid of project cards with hover-zoom imagery, numbered titles, category tags and a seal arrow link.

PRO

portfolio110

Featured project + grid

One large featured project with image, category, and title, followed by a row of smaller project cards. Monochrome studio styling.

PRO

portfolio98

Career Highlights Timeline

Vertical timeline showcasing career milestones with achievement icons, year badges, descriptions, and key metrics. Perfect for professionals displaying awards, launches, and growth achievements.

PRO

portfolio102

Work Marquee

Full-bleed auto-scrolling marquee of studio projects with a header and view-all CTA.

PRO

portfolio112

Project Index Rows

Editorial project index of ruled rows — padded numeral, project name, client and year, with a floating thumbnail revealed on hover.