button-ghost.json — ui Source File
Architecture documentation for button-ghost.json, a json file in the ui codebase.
Entity Profile
Source Code
{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "button-ghost",
"registryDependencies": [
"button"
],
"files": [
{
"path": "registry/new-york-v4/examples/button-ghost.tsx",
"content": "import { Button } from \"@/registry/new-york-v4/ui/button\"\n\nexport default function ButtonGhost() {\n return <Button variant=\"ghost\">Ghost</Button>\n}\n",
"type": "registry:example"
}
],
"type": "registry:example"
}
Source
Frequently Asked Questions
What does button-ghost.json do?
button-ghost.json is a source file in the ui codebase, written in json.
Where is button-ghost.json in the architecture?
button-ghost.json is located at apps/v4/public/r/styles/new-york-v4/button-ghost.json (directory: apps/v4/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