Chord Sequence

Vim-style multi-step combo showing keys separated by arrows with per-step labels.

G
Leader
P
Go to project
Press in sequence

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

Import & use
import { Keyboard5 } from "@/components/beste/piece/keyboard5";

<Keyboard5
  steps={[
    {
      "keys": [
        "G"
      ],
      "label": "Leader"
    },
    {
      "keys": [
        "P"
      ],
      "label": "Go to project"
    }
  ]}
  hint="Press in sequence"
/>

More Keyboard pieces

View all Keyboard
BA
Unlock the secret

Key Sequence

keyboard13

Row of small tactile keycaps laid out in order, great for Konami-style cheat codes or macro combos.

Keyboard shortcuts
Open search
K
New file
N
Toggle sidebar
B
Switch workspace
O

Titled panel listing several actions with their key combos stacked on the right.

Quick search
K

Raised kbd keys joined with a plus separator. Any combo works.

Navigate

Arrow Cluster

keyboard6

Four-way directional pad with a pressed state that highlights one key at a time.

PressKto open search

Rounded pill that embeds a keycap between prefix and suffix copy for quick prompts.

Go to fileJump to any file in the workspace
P

Raycast-style action row with leading icon, description, and a trailing shortcut combo.