Parenthetical Eyebrow

A monospace eyebrow badge that wraps its label in brackets, with a vertical orientation option.

(About)

Installation

Adds the component and everything it depends on to your project.

npx shadcn add https://ui.beste.co/component/r-base/badge7

New here? Read the installation guide.

Usage

The import and the props worth knowing about, in one place.

import { Badge7 } from "@/components/beste/component/badge7";

<Badge7 label="About" />

<Badge7
  label="Est. 2019"
  bracket="square"    // "round" (default) | "square" | "curly" | "angle" | "none"
  tone="foreground"   // "muted" (default) | "foreground" | "primary"
  vertical            // rotate for edge placement (e.g. along a hero side)
/>

Playground

Turn the props on the right; the snippet under them is what you would write to get what you see.

(About)
Usage
import { Badge7 } from "@/components/beste/component/badge7";

<Badge7
  label="About"
/>

Props

Read from the component's own type, so this cannot drift from what it accepts.

PropTypeDefaultDescription
label*stringEyebrow label (rendered uppercase)
bracket"round" | "square" | "curly" | "angle" | "none"Which characters wrap the label. Limited to the BRACKETS set.
tone"muted" | "foreground" | "primary"Label color
verticalbooleanRender rotated for vertical edge placement (e.g. along a hero side)
classNamestringAdditional classes merged onto the root

More Badge components

View all Badge
Product

Mono Eyebrow Badge

A hairline, softly rounded eyebrow pill with an uppercase, letter-spaced monospace label for section kickers.

About Us

Eyebrow Badge

An eyebrow kicker badge with an accent square and uppercase, letter spaced label for section headings.

Est. 2019, Berlin

Barcode Badge

A decorative barcode badge with a monospace caption for editorial and print inspired sections.

New template addedThe Auralis studio set is live

Notification Badge

A toast style notification badge with an icon tile, title, and description for product updates.

Announcement Badge

An announcement pill badge with a bold tag, message, and optional link arrow for hero sections.

Open for work • Available now •

Rotating Text Seal

A rotating circular text badge with a center icon for editorial seals and open for work stamps.

Markdown version