Home / File/ empty-outline.tsx — ui Source File

empty-outline.tsx — ui Source File

Architecture documentation for empty-outline.tsx, a tsx file in the ui codebase. 3 imports, 0 dependents.

File tsx DocumentationAtlas Changelog 3 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  f30fba81_4b07_4519_5ccc_30fd9d8d0220["empty-outline.tsx"]
  4544fa74_9b37_0912_c55e_f4ff161b8e83["button"]
  f30fba81_4b07_4519_5ccc_30fd9d8d0220 --> 4544fa74_9b37_0912_c55e_f4ff161b8e83
  29a55916_5997_18bd_e445_208bb7dd8efa["empty"]
  f30fba81_4b07_4519_5ccc_30fd9d8d0220 --> 29a55916_5997_18bd_e445_208bb7dd8efa
  39a0d62e_8e7d_d097_eb95_91d2bca361f7["icons-react"]
  f30fba81_4b07_4519_5ccc_30fd9d8d0220 --> 39a0d62e_8e7d_d097_eb95_91d2bca361f7
  style f30fba81_4b07_4519_5ccc_30fd9d8d0220 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import { Button } from "@/examples/base/ui/button"
import {
  Empty,
  EmptyContent,
  EmptyDescription,
  EmptyHeader,
  EmptyMedia,
  EmptyTitle,
} from "@/examples/base/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>
  )
}

Subdomains

Functions

Dependencies

  • button
  • empty
  • icons-react

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/base/empty-outline.tsx (domain: DocumentationAtlas, subdomain: Changelog, directory: apps/v4/examples/base).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free