A hairline, softly rounded eyebrow pill with an uppercase, letter-spaced monospace label for section kickers.
The import and the props worth knowing about, in one place.
import { Badge23 } from "@/components/beste/component/badge23";
<Badge23 label="Product" />
<Badge23
label="Value prop"
tone="foreground" // "muted" (default) | "foreground" | "primary"
/>Turn the props on the right; the snippet under them is what you would write to get what you see.
import { Badge23 } from "@/components/beste/component/badge23";
<Badge23
label="Product"
/>Read from the component's own type, so this cannot drift from what it accepts.
| Prop | Type | Default | Description |
|---|---|---|---|
label* | string | — | Eyebrow label (rendered uppercase) |
tone | "muted" | "foreground" | "primary" | — | Text/border tone |
className | string | — | Additional classes merged onto the root |
An eyebrow kicker badge with an accent square and uppercase, letter spaced label for section headings.
A monospace eyebrow badge that wraps its label in brackets, with a vertical orientation option.
A decorative barcode badge with a monospace caption for editorial and print inspired sections.
An announcement pill badge with a bold tag, message, and optional link arrow for hero sections.