Capabilities AccordionPRO

Ruled, expandable capability rows with oversized type, detail copy, and monospace tag chips.

Agency21: Capabilities Accordion

A sticky header rail beside an expandable capability list: each accordion row opens to a description paired with a column of tag chips, styled with oversized numerals and monospace-leaning index markers.

Upgrade to Pro

Pro blocks install through the shadcn CLI with your license key and ship their full source. Docs and live previews stay open to everyone, so you can read every block's details first.

Upgrade Now

Installation

Swap YOUR_EMAIL and YOUR_KEY for the email and license key on your account. Find your license key on your account page.

Radix flavor

bash
npx shadcn add "https://ui.beste.co/r/agency21?email=YOUR_EMAIL&license_key=YOUR_KEY"

Base UI flavor

bash
npx shadcn add "https://ui.beste.co/r-base/agency21?email=YOUR_EMAIL&license_key=YOUR_KEY"

This installs the block to components/beste/block/agency21.tsx, the badge7 component it uses for the eyebrow, the button12 component it uses for the CTA, and its dependencies.

Quick start

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

tsx
import { Agency21, agency21Demo } from "@/components/beste/block/agency21";

export default function CapabilitiesPage() {
  return <Agency21 {...agency21Demo} />;
}

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

tsx
import { Agency21 } from "@/components/beste/block/agency21";

export default function CapabilitiesPage() {
  return (
    <Agency21
      badge={{ label: "What we offer" }}
      heading="Capabilities, without the fluff."
      button={{ label: "Start a project", href: "https://beste.co" }}
      labels={{ note: "Four disciplines. One studio." }}
      capabilities={[
        {
          index: "01",
          title: "Brand & identity",
          detail: "Marks, type, and tone that make a name impossible to mistake.",
          tags: ["Logo systems", "Type pairing", "Voice"],
        },
        {
          index: "02",
          title: "Interface & product",
          detail: "Screens that read like a magazine and behave like software.",
          tags: ["UX flows", "Design systems"],
        },
      ]}
    />
  );
}

Props

PropTypeDefaultDescription
badgeBadgeEyebrow rendered in Badge7; hidden entirely when omitted
headingstringSection heading, rendered with dangerouslySetInnerHTML
buttonActionButtonCTA under the header rail; hidden entirely when omitted
labelsAgency21Labels{}Small note copy under the heading
capabilitiesCapability[][]Accordion rows on the right; the accordion itself is skipped when empty
classNamestringExtra classes for the outer <section>
ts
type Badge = { label: string };
type ActionButton = { label: string; href: string };
type Agency21Labels = { note?: string };
type Capability = {
  index: string;
  title: string;
  detail: string;
  tags: string[];
};

Behavior notes

More Agency blocks

View all Agency
PRO

agency23

Numbered Services List

A services section with an eyebrow over a hairline rule, a two-column heading, and an editorial list of monospace-numbered service rows split into title and description.

PRO

agency11

Studio Manifesto

Oversized editorial manifesto statement with emphasized phrases, principle chips and a founder signature.

FREE

agency24

Studio Brief With Changing Plate

A four-step studio brief where the tall photograph beside it changes with the question on screen, each with its own caption, and sending the brief swaps the plate for the studio and the form for a ledger of the answers.

PRO

agency17

Principles Selector

Interactive principle list that swaps a detail panel with image as each is hovered.

PRO

agency10

Case Study Hero

A case study header with project metadata grid, service tags, and featured image. Perfect for agency portfolio pages showcasing client work details.

PRO

agency12

Studio Values

Studio values laid out with oversized ghost numerals, titles, descriptions and keywords.