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

button-01.json — ui Source File

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

Entity Profile

Source Code

{
  "name": "button-01",
  "type": "registry:block",
  "description": "A simple button.",
  "files": [
    {
      "path": "blocks/button-01/page.tsx",
      "content": "import { AmazingButton } from \"@/registry/new-york/blocks/button-01/components/amazing-button\"\n\nexport default function Page() {\n  return (\n    <div className=\"h-svh flex items-center justify-center\">\n      <AmazingButton />\n    </div>\n  )\n}\n",
      "type": "registry:page",
      "target": "app/page.tsx"
    },
    {
      "path": "blocks/button-01/components/amazing-button.tsx",
      "content": "import { Button } from \"@/registry/new-york/ui/button\"\n\nexport function AmazingButton() {\n  return (\n    <Button className=\"bg-gradient-to-r from-purple-500 to-pink-500 hover:from-purple-600 hover:to-pink-600 text-white\">\n      Amazing Button\n    </Button>\n  )\n}\n",
      "type": "registry:component",
      "target": ""
    }
  ],
  "meta": {
    "iframeHeight": "300px"
  },
  "categories": [
    "misc"
  ]
}

Frequently Asked Questions

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