{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "kbd",
  "title": "Kbd",
  "description": "Keyboard shortcut chip.",
  "dependencies": [],
  "registryDependencies": [],
  "files": [
    {
      "path": "registry/glasswave/ui/kbd.tsx",
      "content": "import { cn } from \"@/lib/utils\";\n\nexport function Kbd({ className, ...props }: React.ComponentProps<\"kbd\">) {\n  return (\n    <kbd\n      data-slot=\"kbd\"\n      className={cn(\n        \"pointer-events-none inline-flex h-6 min-w-6 select-none items-center justify-center gap-1 rounded-md border border-black/[0.12] bg-black/[0.04] px-1.5 font-mono text-[11px] font-medium text-current/90 shadow-sm dark:border-white/[0.22] dark:bg-white/[0.08]\",\n        className,\n      )}\n      {...props}\n    />\n  );\n}\n",
      "type": "registry:ui"
    }
  ],
  "type": "registry:ui"
}
