{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "snapp-kbd", "title": "Snapp Kbd", "description": "The shared Snapp kbd UI primitive.", "registryDependencies": [ "@snapp/snapp-utils" ], "files": [ { "path": "registry/radix-nova/ui/kbd.tsx", "content": "import { cn } from \"@/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", "target": "@ui/kbd.tsx" } ], "type": "registry:ui" }