spinner-custom.json — ui Source File
Architecture documentation for spinner-custom.json, a json file in the ui codebase.
Entity Profile
Source Code
{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "spinner-custom",
"type": "registry:example",
"registryDependencies": [
"spinner"
],
"files": [
{
"path": "registry/new-york-v4/examples/spinner-custom.tsx",
"content": "import { LoaderIcon } from \"lucide-react\"\n\nimport { cn } from \"@/lib/utils\"\n\nfunction Spinner({ className, ...props }: React.ComponentProps<\"svg\">) {\n return (\n <LoaderIcon\n role=\"status\"\n aria-label=\"Loading\"\n className={cn(\"size-4 animate-spin\", className)}\n {...props}\n />\n )\n}\n\nexport default function SpinnerCustom() {\n return (\n <div className=\"flex items-center gap-4\">\n <Spinner />\n </div>\n )\n}\n",
"type": "registry:example"
}
]
}
Source
Frequently Asked Questions
What does spinner-custom.json do?
spinner-custom.json is a source file in the ui codebase, written in json.
Where is spinner-custom.json in the architecture?
spinner-custom.json is located at deprecated/www/public/r/styles/new-york-v4/spinner-custom.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