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

button-outline.json — ui Source File

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

Entity Profile

Source Code

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

Frequently Asked Questions

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