badge-demo.json — ui Source File
Architecture documentation for badge-demo.json, a json file in the ui codebase.
Entity Profile
Source Code
{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "badge-demo",
"type": "registry:example",
"author": "shadcn (https://ui.shadcn.com)",
"registryDependencies": [
"badge"
],
"files": [
{
"path": "examples/badge-demo.tsx",
"content": "import { Badge } from \"@/registry/new-york/ui/badge\"\n\nexport default function BadgeDemo() {\n return <Badge>Badge</Badge>\n}\n",
"type": "registry:example",
"target": ""
}
]
}
Source
Frequently Asked Questions
What does badge-demo.json do?
badge-demo.json is a source file in the ui codebase, written in json.
Where is badge-demo.json in the architecture?
badge-demo.json is located at apps/v4/public/r/styles/new-york/badge-demo.json (directory: apps/v4/public/r/styles/new-york).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free