Raycast-style action row with leading icon, description, and a trailing shortcut combo.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Keyboard2 } from "@/components/beste/piece/keyboard2";
<Keyboard2
action="Go to file"
hint="Jump to any file in the workspace"
keys={[
"⌘",
"P"
]}
/>