SpinnerEmpty() — ui Function Reference
Architecture documentation for the SpinnerEmpty() function in spinner-empty.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD b1ab6b19_0948_a85c_45db_64a7afd85184["SpinnerEmpty()"] 7bbeb573_27ac_46e5_2abc_2c987623f0cc["spinner-empty.tsx"] b1ab6b19_0948_a85c_45db_64a7afd85184 -->|defined in| 7bbeb573_27ac_46e5_2abc_2c987623f0cc style b1ab6b19_0948_a85c_45db_64a7afd85184 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/app/(app)/(root)/components/spinner-empty.tsx lines 12–31
export function SpinnerEmpty() {
return (
<Empty className="w-full border md:p-6">
<EmptyHeader>
<EmptyMedia variant="icon">
<Spinner />
</EmptyMedia>
<EmptyTitle>Processing your request</EmptyTitle>
<EmptyDescription>
Please wait while we process your request. Do not refresh the page.
</EmptyDescription>
</EmptyHeader>
<EmptyContent>
<Button variant="outline" size="sm">
Cancel
</Button>
</EmptyContent>
</Empty>
)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does SpinnerEmpty() do?
SpinnerEmpty() is a function in the ui codebase, defined in apps/v4/app/(app)/(root)/components/spinner-empty.tsx.
Where is SpinnerEmpty() defined?
SpinnerEmpty() is defined in apps/v4/app/(app)/(root)/components/spinner-empty.tsx at line 12.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free