Key Sequence

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

BA
Unlock the secret

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

Import & use
import { Keyboard13 } from "@/components/beste/piece/keyboard13";

<Keyboard13
  sequence={[
    "↑",
    "↑",
    "↓",
    "↓",
    "←",
    "→",
    "←",
    "→",
    "B",
    "A"
  ]}
  caption="Unlock the secret"
/>