{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "kbd", "files": [ { "path": "registry/radix-vega/ui/kbd.tsx", "content": "import { cn } from \"@/registry/radix-vega/lib/utils\"\n\nfunction Kbd({ className, ...props }: React.ComponentProps<\"kbd\">) {\n return (\n \n )\n}\n\nfunction KbdGroup({ className, ...props }: React.ComponentProps<\"div\">) {\n return (\n \n )\n}\n\nexport { Kbd, KbdGroup }\n", "type": "registry:ui" } ], "type": "registry:ui" }