SpinnerEmpty() — ui Function Reference
Architecture documentation for the SpinnerEmpty() function in spinner-empty.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD bb997e05_183b_e6f9_405e_c511e6ab7eb7["SpinnerEmpty()"] b32f0be4_c9bb_20f2_9060_e5f1691b7442["spinner-empty.tsx"] bb997e05_183b_e6f9_405e_c511e6ab7eb7 -->|defined in| b32f0be4_c9bb_20f2_9060_e5f1691b7442 style bb997e05_183b_e6f9_405e_c511e6ab7eb7 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/examples/radix/spinner-empty.tsx lines 12–31
export function SpinnerEmpty() {
return (
<Empty className="w-full">
<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
Defined In
Source
Frequently Asked Questions
What does SpinnerEmpty() do?
SpinnerEmpty() is a function in the ui codebase, defined in apps/v4/examples/radix/spinner-empty.tsx.
Where is SpinnerEmpty() defined?
SpinnerEmpty() is defined in apps/v4/examples/radix/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