Function Row

Horizontal strip of F-keys, each annotated with the action it triggers.

F1Help
F2Rename
F3Find next
F4Close
F5Reload

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

Import & use
import { Keyboard10 } from "@/components/beste/piece/keyboard10";

<Keyboard10
  keys={[
    {
      "key": "F1",
      "action": "Help"
    },
    {
      "key": "F2",
      "action": "Rename"
    },
    {
      "key": "F3",
      "action": "Find next"
    },
    {
      "key": "F4",
      "action": "Close"
    },
    {
      "key": "F5",
      "action": "Reload"
    }
  ]}
/>

More Keyboard pieces

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

Go to fileJump to any file in the workspace
P

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

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.

Quick search
K

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

Porcelain · Moby
2:18 / 4:01

Media Keys

keyboard16

Row of tactile transport keycaps with the center play/pause lit in primary, flanked by track name and elapsed time.

WASD
Move

WASD Cluster

keyboard15

Gaming movement cluster with W on top and A S D on the second row, lighting the active key in primary.