Home / File/ badge-secondary.json — ui Source File

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",
  "registryDependencies": [
    "badge"
  ],
  "files": [
    {
      "path": "registry/new-york-v4/examples/badge-secondary.tsx",
      "content": "import { Badge } from \"@/registry/new-york-v4/ui/badge\"\n\nexport default function BadgeSecondary() {\n  return <Badge variant=\"secondary\">Secondary</Badge>\n}\n",
      "type": "registry:example"
    }
  ]
}

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/new-york-v4/badge-secondary.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