spinner-empty.json — ui Source File
Architecture documentation for spinner-empty.json, a json file in the ui codebase.
Entity Profile
Source Code
{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "spinner-empty",
"type": "registry:example",
"registryDependencies": [
"spinner"
],
"files": [
{
"path": "registry/new-york-v4/examples/spinner-empty.tsx",
"content": "import { Button } from \"@/registry/new-york-v4/ui/button\"\nimport {\n Empty,\n EmptyContent,\n EmptyDescription,\n EmptyHeader,\n EmptyMedia,\n EmptyTitle,\n} from \"@/registry/new-york-v4/ui/empty\"\nimport { Spinner } from \"@/registry/new-york-v4/ui/spinner\"\n\nexport default function SpinnerEmpty() {\n return (\n <Empty className=\"w-full\">\n <EmptyHeader>\n <EmptyMedia variant=\"icon\">\n <Spinner />\n </EmptyMedia>\n <EmptyTitle>Processing your request</EmptyTitle>\n <EmptyDescription>\n Please wait while we process your request. Do not refresh the page.\n </EmptyDescription>\n </EmptyHeader>\n <EmptyContent>\n <Button variant=\"outline\" size=\"sm\">\n Cancel\n </Button>\n </EmptyContent>\n </Empty>\n )\n}\n",
"type": "registry:example"
}
]
}
Source
Frequently Asked Questions
What does spinner-empty.json do?
spinner-empty.json is a source file in the ui codebase, written in json.
Where is spinner-empty.json in the architecture?
spinner-empty.json is located at deprecated/www/public/r/styles/new-york-v4/spinner-empty.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