Kbd Shortcut Badge

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

Kto search

Installation

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

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

New here? Read the installation guide.

Usage

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

import { Badge22 } from "@/components/beste/component/badge22";

<Badge22 keys={["⌘", "K"]} label="to search" />

<Badge22
  keys={["Ctrl", "Shift", "P"]}
  label="opens the palette"
  tone="outline"   // "muted" (default) | "outline"
/>

Playground

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

Kto search
Usage
import { Badge22 } from "@/components/beste/component/badge22";

<Badge22
  keys={["⌘","K"]}
  label="to search"
/>

Props

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

PropTypeDefaultDescription
keys*string[]The keys, one per keycap (e.g. ["⌘", "K"])
labelstringMuted text after the keys (e.g. "to search")
tone"muted" | "outline"Keycap style: muted fill (default) or bordered outline
classNamestringAdditional classes merged onto the root

More Badge components

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

12k+active users

Stat Badge

A stat badge with an icon, bold value, and label for quick hero metrics.

40% faster

Marker Highlight Badge

A marker highlight badge that draws a highlighter stroke behind key words in headlines.

About Us

Eyebrow Badge

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

Product

Mono Eyebrow Badge

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

Markdown version