Features Numbered
Full-width ruled rows with giant faded step numbers, uppercase titles, descriptions and a stat chip; each row floods with a different primary color on hover and the number turns solid.
brutalist/section/features-numberedSource
import { cn } from "@/lib/utils";
export interface FeaturesNumberedItem {
title: string;
description: string;
/** Short proof point shown on the right, e.g. "−6h / week". */
stat?: string;
}
export interface FeaturesNumberedProps {
kicker?: string;
title?: string;
items?: FeaturesNumberedItem[];
className?: string;
}
const HOVER_TONES = ["hover:bg-da-primary hover:text-da-primary-fg", "hover:bg-da-accent hover:text-da-accent-fg", "hover:bg-da-secondary hover:text-da-secondary-fg"];
export function FeaturesNumbered({
kicker = "[ 02 ] How it works",
title = "Four steps. Zero copy-pasting.",
items = [
{ title: "Connect your repo", description: "Install the GitHub, GitLab or Bitbucket app. Shipyard reads PR titles, labels and descriptions — nothing else.", stat: "2 min" },
{ title: "Label as you ship", description: "feature, fix, improvement, breaking. Keep your workflow; we group and deduplicate entries automatically.", stat: "0 new tools" },
{ title: "Review the draft", description: "AI turns 40 commit messages into three sentences. Edit inline, add a GIF, schedule or publish.", stat: "−6h / week" },
{ title: "Publish everywhere", description: "Hosted changelog, in-app widget, email digest and Slack — all from one release.", stat: "4 channels" },
],
className,
}: FeaturesNumberedProps) {
return (
<section className={cn("da-section da-stroke-b bg-da-bg text-da-fg", className)} aria-labelledby="features-numbered-title">
<div className="da-container">
<p className="font-da-mono text-xs font-bold tracking-da-label text-da-muted-fg uppercase">{kicker}</p>
<h2 id="features-numbered-title" className="mt-3 max-w-3xl font-da-display text-[clamp(2rem,5vw,3.5rem)] leading-[0.95] tracking-da-display uppercase">
{title}
</h2>
<ol className="da-stroke-t mt-12">
{items.map((item, i) => (
<li
key={item.title}
className={cn(
"da-stroke-b da-transition group grid gap-4 px-2 py-8 sm:grid-cols-[6rem_1fr_auto] sm:items-center sm:gap-8 sm:px-4",
HOVER_TONES[i % HOVER_TONES.length],
)}
>
<span aria-hidden className="font-da-display text-6xl leading-none tracking-da-display opacity-25 transition-opacity duration-(--da-duration) group-hover:opacity-100">
{String(i + 1).padStart(2, "0")}
</span>
<div>
<h3 className="font-da-display text-2xl tracking-da-display uppercase">{item.title}</h3>
<p className="mt-2 max-w-2xl opacity-80">{item.description}</p>
</div>
{item.stat && (
<span className="da-stroke justify-self-start bg-da-surface px-3 py-1.5 font-da-mono text-sm font-bold text-da-surface-fg sm:justify-self-end">
{item.stat}
</span>
)}
</li>
))}
</ol>
</div>
</section>
);
}
export default FeaturesNumbered;
modules/brutalist/section/features-numbered/index.tsx
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| kicker | string | — | Mono label. |
| title | string | — | Section title (h2). |
| items | FeaturesNumberedItem[] | — | { title, description, stat? }[]. |
| className | string | — | Classes on the <section>. |
Other features variants in Brutalist
Features Grid
Six features in a single ruled box (1/2/3 columns) with numbered tiles, color-cycling icon blocks that press on hover, and a two-column section header.
Features Tabs
Tabbed feature explorer: ruled mono tab bar (ink active tab), then a big split panel with title, description and square-bullet list on the left and a stacked mock preview of the channel on the right.
Features Versus
Before/after comparison: two slightly tilted cards side by side — the old way in paper with red crosses, the new way in solid yellow with ink checks — row by row on the same topics.
Features in other art directions
Features Bento
Glass bento grid on 6 columns: a large AI-recap tile with a mock summary and owner chips, plus five smaller frosted tiles with gradient squircle icons.
Features Glass Grid
Centered header and six frosted feature cards with gradient squircle icons; cards lift with an overshoot and reveal a soft corner glow on hover.
Features Orbit
Integrations section: copy with a chip list on one side, and a central gradient orb with integration bubbles orbiting on two counter-rotating glass rings (bubbles stay upright). Pure CSS.
Features Tabs
Glass pill tab bar (Radix Tabs) with gradient active tab switching a large frosted panel: title, copy and bullets on the left, a layered glass preview on the right.
Features Alternating
Three zig-zag rows, each pairing a numbered kicker, title, copy and link with an HTML product mock-up (routing rules, on-call week, AI postmortem) on a soft tinted plate.
Features Bento
Bento grid of five hairline tiles on a 6-column layout, each with a small token-themed HTML illustration (routing lines, uptime bars, MTTR metric, on-call week) above an icon, title and description.
Features List
Dense four-column feature list: each item has a small indigo line icon, a title and a one-sentence description under a hairline top rule. Eight defaults, left-aligned header.
Features Steps
Five-step workflow (detect, page, coordinate, resolve, learn) laid out horizontally on desktop and vertically on mobile, joined by a hairline, with numbered nodes and timing labels.
Features Index
Features as a numbered index: a label + headline in the left columns, and a two-column ruled list on the right where each item is “01 — Title” with a short description.
Features Numbered
Three large numbered steps: giant outlined-looking numerals in muted ink above a hairline, step title and text; columns on desktop, stacked on mobile.
Features Showcase
Work showcase as the feature: an asymmetric grid (fixed row heights; wide, tall, square and full-width spans) of neutral gray image frames with mono captions (studio — project, template used); captions underline on hover.
Features Specs
Technical spec sheet: grouped key/value definition lists in a 4-column grid, each group under a full-ink rule with a mono heading — reads like a product data sheet.
Features Bento
Data-driven bento grid of bordered cards: cash-flow line chart, DSO metric, approval flow, currency list and integrations — each a small realistic mock.
Features Grid
Classic 3×2 bordered feature grid sharing hairline borders (one outer frame), each cell with a blue icon square, title, text and a “Learn more” link.
Features Tabs
Underline tabs (Radix Tabs) switching between product areas: copy + check points on the left, a bordered data card (status rows) on the right.
Features Versus
Before/after comparison: a muted “spreadsheets and email” column with red crosses next to a blue-bordered “with Ledgerly” column with green checks.
Features Alternating
Alternating zig-zag rows: copy with check points on one side, a soft blob-shaped tinted panel holding a small product vignette (suppliers, actions, report) on the other.
Features Bento
Soft bento: rounded tinted tiles of mixed sizes — a monthly emissions bar chart, a human equivalence (“= 42 flights”), supplier avatars, a certifications tile and a leaf quote.
Features Cards
Three tall rounded cards in sage, clay and paper tints; each has an icon sitting in an organic blob, a serif title and calm copy.
Features Journey
Horizontal journey: numbered circles connected by a hand-drawn wavy dashed path (vertical list on mobile), each step with a serif title, text and a mono time estimate.
Features Checklist
Interactive split section: copy and a mint progress bar on the left, a white card of four round-checkbox steps on the right that turn mint with a bouncy tick when clicked; celebration at 100%.
Features Icons
Centered 4-column grid of eight small features, each with a large round pastel icon badge (colors rotate), rounded title and one-liner.
Features Pastel
2×2 grid of large pastel feature cards (peach, mint, lavender, butter), each with icon, rounded title, copy and a tiny flat illustration (mini board, bar week, reminder toast, chat bubbles).
Features Steps
Three numbered step cards in peach, lavender and mint joined by a dashed path on desktop, each with a white emoji medallion, mono step label, title and text.