kbd-demo.json — ui Source File
Architecture documentation for kbd-demo.json, a json file in the ui codebase.
Entity Profile
Source Code
{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "kbd-demo",
"registryDependencies": [
"kbd"
],
"files": [
{
"path": "registry/new-york-v4/examples/kbd-demo.tsx",
"content": "import { Kbd, KbdGroup } from \"@/registry/new-york-v4/ui/kbd\"\n\nexport default function KbdDemo() {\n return (\n <div className=\"flex flex-col items-center gap-4\">\n <KbdGroup>\n <Kbd>⌘</Kbd>\n <Kbd>⇧</Kbd>\n <Kbd>⌥</Kbd>\n <Kbd>⌃</Kbd>\n </KbdGroup>\n <KbdGroup>\n <Kbd>Ctrl</Kbd>\n <span>+</span>\n <Kbd>B</Kbd>\n </KbdGroup>\n </div>\n )\n}\n",
"type": "registry:example"
}
],
"type": "registry:example"
}
Source
Frequently Asked Questions
What does kbd-demo.json do?
kbd-demo.json is a source file in the ui codebase, written in json.
Where is kbd-demo.json in the architecture?
kbd-demo.json is located at apps/v4/public/r/styles/new-york-v4/kbd-demo.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