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 ComponentRegistry ChartRegistry 3 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  9010b061_7494_1e20_ade3_8abe7dcd4f53["empty-outline.tsx"]
  39a0d62e_8e7d_d097_eb95_91d2bca361f7["icons-react"]
  9010b061_7494_1e20_ade3_8abe7dcd4f53 --> 39a0d62e_8e7d_d097_eb95_91d2bca361f7
  57e86e45_ac6e_7278_be08_9092724e8401["button"]
  9010b061_7494_1e20_ade3_8abe7dcd4f53 --> 57e86e45_ac6e_7278_be08_9092724e8401
  347cfa6b_4d3b_aeb9_f88c_873646e39bf0["empty"]
  9010b061_7494_1e20_ade3_8abe7dcd4f53 --> 347cfa6b_4d3b_aeb9_f88c_873646e39bf0
  style 9010b061_7494_1e20_ade3_8abe7dcd4f53 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import { IconCloud } from "@tabler/icons-react"

import { Button } from "@/registry/new-york-v4/ui/button"
import {
  Empty,
  EmptyContent,
  EmptyDescription,
  EmptyHeader,
  EmptyMedia,
  EmptyTitle,
} from "@/registry/new-york-v4/ui/empty"

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 ComponentRegistry domain, ChartRegistry 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/registry/new-york-v4/examples/empty-outline.tsx (domain: ComponentRegistry, subdomain: ChartRegistry, directory: apps/v4/registry/new-york-v4/examples).

Analyze Your Own Codebase

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

Try Supermodel Free