empty-outline.tsx — ui Source File
Architecture documentation for empty-outline.tsx, a tsx file in the ui codebase. 3 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR fd56e1d2_4423_409d_dfc9_4069bb895508["empty-outline.tsx"] 4b1d2128_46d9_46f0_b915_b6e1925b7876["button"] fd56e1d2_4423_409d_dfc9_4069bb895508 --> 4b1d2128_46d9_46f0_b915_b6e1925b7876 7277b9e1_25cb_9c37_cdd3_48ed692fffa2["empty"] fd56e1d2_4423_409d_dfc9_4069bb895508 --> 7277b9e1_25cb_9c37_cdd3_48ed692fffa2 39a0d62e_8e7d_d097_eb95_91d2bca361f7["icons-react"] fd56e1d2_4423_409d_dfc9_4069bb895508 --> 39a0d62e_8e7d_d097_eb95_91d2bca361f7 style fd56e1d2_4423_409d_dfc9_4069bb895508 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 { IconCloud } from "@tabler/icons-react"
export default function EmptyOutline() {
return (
<Empty className="border border-dashed">
<EmptyHeader>
<EmptyMedia variant="icon">
<IconCloud />
</EmptyMedia>
<EmptyTitle>Cloud Storage Empty</EmptyTitle>
<EmptyDescription>
Upload files to your cloud storage to access them anywhere.
</EmptyDescription>
</EmptyHeader>
<EmptyContent>
<Button variant="outline" size="sm">
Upload Files
</Button>
</EmptyContent>
</Empty>
)
}
Domain
Subdomains
Functions
Dependencies
- button
- empty
- icons-react
Source
Frequently Asked Questions
What does empty-outline.tsx do?
empty-outline.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 empty-outline.tsx?
empty-outline.tsx defines 1 function(s): EmptyOutline.
What does empty-outline.tsx depend on?
empty-outline.tsx imports 3 module(s): button, empty, icons-react.
Where is empty-outline.tsx in the architecture?
empty-outline.tsx is located at apps/v4/examples/radix/empty-outline.tsx (domain: DocumentationAtlas, subdomain: Changelog, directory: apps/v4/examples/radix).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free