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

kbd-group.json — ui Source File

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

Entity Profile

Source Code

{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "kbd-group",
  "registryDependencies": [
    "kbd"
  ],
  "files": [
    {
      "path": "registry/new-york-v4/examples/kbd-group.tsx",
      "content": "import { Kbd, KbdGroup } from \"@/registry/new-york-v4/ui/kbd\"\n\nexport default function KbdGroupExample() {\n  return (\n    <div className=\"flex flex-col items-center gap-4\">\n      <p className=\"text-muted-foreground text-sm\">\n        Use{\" \"}\n        <KbdGroup>\n          <Kbd>Ctrl + B</Kbd>\n          <Kbd>Ctrl + K</Kbd>\n        </KbdGroup>{\" \"}\n        to open the command palette\n      </p>\n    </div>\n  )\n}\n",
      "type": "registry:example"
    }
  ],
  "type": "registry:example"
}

Frequently Asked Questions

What does kbd-group.json do?
kbd-group.json is a source file in the ui codebase, written in json.
Where is kbd-group.json in the architecture?
kbd-group.json is located at apps/v4/public/r/styles/new-york-v4/kbd-group.json (directory: apps/v4/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