Keyboard Shortcut

Action label paired with a row of monospace key caps joined by plus separators.

Open command palette
K

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Code8 } from "@/components/beste/piece/code8";

<Code8
  keys={[
    "⌘",
    "K"
  ]}
  label="Open command palette"
/>