Row of small tactile keycaps laid out in order, great for Konami-style cheat codes or macro combos.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Keyboard13 } from "@/components/beste/piece/keyboard13";
<Keyboard13
sequence={[
"↑",
"↑",
"↓",
"↓",
"←",
"→",
"←",
"→",
"B",
"A"
]}
caption="Unlock the secret"
/>