Home / File/ spinner.json — ui Source File

spinner.json — ui Source File

Architecture documentation for spinner.json, a json file in the ui codebase.

Entity Profile

Source Code

{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "spinner",
  "type": "registry:ui",
  "dependencies": [
    "class-variance-authority"
  ],
  "files": [
    {
      "path": "registry/new-york-v4/ui/spinner.tsx",
      "content": "import { Loader2Icon } from \"lucide-react\"\n\nimport { cn } from \"@/lib/utils\"\n\nfunction Spinner({ className, ...props }: React.ComponentProps<\"svg\">) {\n  return (\n    <Loader2Icon\n      role=\"status\"\n      aria-label=\"Loading\"\n      className={cn(\"size-4 animate-spin\", className)}\n      {...props}\n    />\n  )\n}\n\nexport { Spinner }\n",
      "type": "registry:ui"
    }
  ]
}

Frequently Asked Questions

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