Command Palette Row

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

Go to fileJump to any file in the workspace
P

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

Import & use
import { Keyboard2 } from "@/components/beste/piece/keyboard2";

<Keyboard2
  action="Go to file"
  hint="Jump to any file in the workspace"
  keys={[
    "⌘",
    "P"
  ]}
/>