Action label paired with a row of monospace key caps joined by plus separators.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Code8 } from "@/components/beste/piece/code8";
<Code8
keys={[
"⌘",
"K"
]}
label="Open command palette"
/>