{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "extends": "none",
  "name": "keyboard-example",
  "title": "Keyboard",
  "description": "keyboard-example",
  "registryDependencies": [
    "https://intentui.com/r/keyboard"
  ],
  "files": [
    {
      "path": "src/components/examples/controls/keyboard/keyboard-example.tsx",
      "content": "import { Keyboard } from '@/components/ui/keyboard'\n\nexport default function KeyboardExample() {\n  return (\n    <div>\n      <Keyboard>⌘ ⌥ ⇧</Keyboard>\n      <div aria-hidden className=\"my-6\" />\n      <Keyboard>⌘ + K</Keyboard>\n    </div>\n  )\n}\n",
      "type": "registry:page",
      "target": "app/keyboard-example/page.tsx"
    }
  ],
  "type": "registry:page"
}