spinner-empty.tsx — ui Source File
Architecture documentation for spinner-empty.tsx, a tsx file in the ui codebase. 3 imports, 1 dependents.
Entity Profile
Dependency Diagram
graph LR 7bbeb573_27ac_46e5_2abc_2c987623f0cc["spinner-empty.tsx"] 4b1d2128_46d9_46f0_b915_b6e1925b7876["button"] 7bbeb573_27ac_46e5_2abc_2c987623f0cc --> 4b1d2128_46d9_46f0_b915_b6e1925b7876 7277b9e1_25cb_9c37_cdd3_48ed692fffa2["empty"] 7bbeb573_27ac_46e5_2abc_2c987623f0cc --> 7277b9e1_25cb_9c37_cdd3_48ed692fffa2 fd576ad1_ee20_f12f_25d1_e5dbd2606185["spinner"] 7bbeb573_27ac_46e5_2abc_2c987623f0cc --> fd576ad1_ee20_f12f_25d1_e5dbd2606185 53860de0_4d86_dc1d_c85a_07c01f0d1a07["index.tsx"] 53860de0_4d86_dc1d_c85a_07c01f0d1a07 --> 7bbeb573_27ac_46e5_2abc_2c987623f0cc style 7bbeb573_27ac_46e5_2abc_2c987623f0cc fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import { Button } from "@/examples/radix/ui/button"
import {
Empty,
EmptyContent,
EmptyDescription,
EmptyHeader,
EmptyMedia,
EmptyTitle,
} from "@/examples/radix/ui/empty"
import { Spinner } from "@/examples/radix/ui/spinner"
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
Functions
Dependencies
- button
- empty
- spinner
Imported By
Source
Frequently Asked Questions
What does spinner-empty.tsx do?
spinner-empty.tsx is a source file in the ui codebase, written in tsx. It belongs to the DocumentationAtlas domain, Changelog subdomain.
What functions are defined in spinner-empty.tsx?
spinner-empty.tsx defines 1 function(s): SpinnerEmpty.
What does spinner-empty.tsx depend on?
spinner-empty.tsx imports 3 module(s): button, empty, spinner.
What files import spinner-empty.tsx?
spinner-empty.tsx is imported by 1 file(s): index.tsx.
Where is spinner-empty.tsx in the architecture?
spinner-empty.tsx is located at apps/v4/app/(app)/(root)/components/spinner-empty.tsx (domain: DocumentationAtlas, subdomain: Changelog, directory: apps/v4/app/(app)/(root)/components).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free