Vim-style multi-step combo showing keys separated by arrows with per-step labels.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Keyboard5 } from "@/components/beste/piece/keyboard5";
<Keyboard5
steps={[
{
"keys": [
"G"
],
"label": "Leader"
},
{
"keys": [
"P"
],
"label": "Go to project"
}
]}
hint="Press in sequence"
/>