{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "kbd", "files": [ { "path": "registry/radix-sera/ui/kbd.tsx", "content": "import { cn } from \"@/registry/radix-sera/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" } ], "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/radix/kbd", "examples": "https://ui.shadcn.com/code/apps/v4/registry/bases/radix/examples/kbd-example.tsx" } }, "type": "registry:ui" }