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

button-loading.json — ui Source File

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

Entity Profile

Source Code

{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "button-loading",
  "registryDependencies": [
    "button"
  ],
  "files": [
    {
      "path": "registry/new-york-v4/examples/button-loading.tsx",
      "content": "import { Button } from \"@/registry/new-york-v4/ui/button\"\nimport { Spinner } from \"@/registry/new-york-v4/ui/spinner\"\n\nexport default function ButtonLoading() {\n  return (\n    <Button size=\"sm\" variant=\"outline\" disabled>\n      <Spinner />\n      Submit\n    </Button>\n  )\n}\n",
      "type": "registry:example"
    }
  ],
  "type": "registry:example"
}

Frequently Asked Questions

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