Barcode Badge

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

Est. 2019, Berlin

Installation

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

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

New here? Read the installation guide.

Usage

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

import { Badge11 } from "@/components/beste/component/badge11";

<Badge11 label="Est. 2019, Berlin" />

<Badge11
  label="Serial No. 001"
  bars={36}         // number of bars (default 28)
  tone="muted"      // "foreground" (default) | "muted" | "primary"
  hideLabel         // bars only; label stays for screen readers
/>

Playground

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

Est. 2019, Berlin
Usage
import { Badge11 } from "@/components/beste/component/badge11";

<Badge11
  label="Est. 2019, Berlin"
/>

Props

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

PropTypeDefaultDescription
label*stringLabel under the bars (also seeds the bar pattern)
barsnumberNumber of bars
tone"foreground" | "muted" | "primary"Bars and label color
hideLabelbooleanHide the visible label (it stays available to screen readers)
classNamestringAdditional classes merged onto the root

More Badge components

View all Badge
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.

Product

Mono Eyebrow Badge

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

Kto search

Kbd Shortcut Badge

A keyboard shortcut badge with real keycaps for command palettes and developer tools.

Announcement Badge

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

(About)

Parenthetical Eyebrow

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

About Us

Eyebrow Badge

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

Markdown version