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