EmptyOutline() — ui Function Reference
Architecture documentation for the EmptyOutline() function in empty-outline.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 6ad5c3f9_cc95_1097_e837_4144b7e409d7["EmptyOutline()"] 9010b061_7494_1e20_ade3_8abe7dcd4f53["empty-outline.tsx"] 6ad5c3f9_cc95_1097_e837_4144b7e409d7 -->|defined in| 9010b061_7494_1e20_ade3_8abe7dcd4f53 style 6ad5c3f9_cc95_1097_e837_4144b7e409d7 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/new-york-v4/examples/empty-outline.tsx lines 13–32
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
Source
Frequently Asked Questions
What does EmptyOutline() do?
EmptyOutline() is a function in the ui codebase, defined in apps/v4/registry/new-york-v4/examples/empty-outline.tsx.
Where is EmptyOutline() defined?
EmptyOutline() is defined in apps/v4/registry/new-york-v4/examples/empty-outline.tsx at line 13.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free