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

button-link.json — ui Source File

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

Entity Profile

Source Code

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

Frequently Asked Questions

What does button-link.json do?
button-link.json is a source file in the ui codebase, written in json.
Where is button-link.json in the architecture?
button-link.json is located at deprecated/www/public/r/styles/new-york/button-link.json (directory: deprecated/www/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