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

button-secondary.json — ui Source File

Architecture documentation for button-secondary.json, a json file in the ui codebase.

Entity Profile

Source Code

{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "button-secondary",
  "type": "registry:example",
  "author": "shadcn (https://ui.shadcn.com)",
  "registryDependencies": [
    "button"
  ],
  "files": [
    {
      "path": "examples/button-secondary.tsx",
      "content": "import { Button } from \"@/registry/default/ui/button\"\n\nexport default function ButtonSecondary() {\n  return <Button variant=\"secondary\">Secondary</Button>\n}\n",
      "type": "registry:example",
      "target": ""
    }
  ]
}

Frequently Asked Questions

What does button-secondary.json do?
button-secondary.json is a source file in the ui codebase, written in json.
Where is button-secondary.json in the architecture?
button-secondary.json is located at apps/v4/public/r/styles/default/button-secondary.json (directory: apps/v4/public/r/styles/default).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free