Rounded pill that embeds a keycap between prefix and suffix copy for quick prompts.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Keyboard11 } from "@/components/beste/piece/keyboard11";
<Keyboard11
prefix="Press"
keys={[
"⌘",
"K"
]}
suffix="to open search"
/>