Home / File/ kbd-button.json — ui Source File

kbd-button.json — ui Source File

Architecture documentation for kbd-button.json, a json file in the ui codebase.

Entity Profile

Source Code

{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "kbd-button",
  "type": "registry:example",
  "registryDependencies": [
    "kbd",
    "button"
  ],
  "files": [
    {
      "path": "registry/new-york-v4/examples/kbd-button.tsx",
      "content": "import { Button } from \"@/registry/new-york-v4/ui/button\"\nimport { Kbd } from \"@/registry/new-york-v4/ui/kbd\"\n\nexport default function KbdButton() {\n  return (\n    <div className=\"flex flex-wrap items-center gap-4\">\n      <Button variant=\"outline\" size=\"sm\" className=\"pr-2\">\n        Accept <Kbd>⏎</Kbd>\n      </Button>\n      <Button variant=\"outline\" size=\"sm\" className=\"pr-2\">\n        Cancel <Kbd>Esc</Kbd>\n      </Button>\n    </div>\n  )\n}\n",
      "type": "registry:example"
    }
  ]
}

Frequently Asked Questions

What does kbd-button.json do?
kbd-button.json is a source file in the ui codebase, written in json.
Where is kbd-button.json in the architecture?
kbd-button.json is located at deprecated/www/public/r/styles/new-york-v4/kbd-button.json (directory: deprecated/www/public/r/styles/new-york-v4).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free