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

empty-background.tsx — ui Source File

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

File tsx DocumentationAtlas SearchAPI 4 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  e8df569b_ddeb_c12b_9cee_3aa487fe4934["empty-background.tsx"]
  4b1d2128_46d9_46f0_b915_b6e1925b7876["button"]
  e8df569b_ddeb_c12b_9cee_3aa487fe4934 --> 4b1d2128_46d9_46f0_b915_b6e1925b7876
  7277b9e1_25cb_9c37_cdd3_48ed692fffa2["empty"]
  e8df569b_ddeb_c12b_9cee_3aa487fe4934 --> 7277b9e1_25cb_9c37_cdd3_48ed692fffa2
  39a0d62e_8e7d_d097_eb95_91d2bca361f7["icons-react"]
  e8df569b_ddeb_c12b_9cee_3aa487fe4934 --> 39a0d62e_8e7d_d097_eb95_91d2bca361f7
  d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3["lucide-react"]
  e8df569b_ddeb_c12b_9cee_3aa487fe4934 --> d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3
  style e8df569b_ddeb_c12b_9cee_3aa487fe4934 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 { IconBell } from "@tabler/icons-react"
import { RefreshCcwIcon } from "lucide-react"

export function EmptyMuted() {
  return (
    <Empty className="bg-muted/30 h-full">
      <EmptyHeader>
        <EmptyMedia variant="icon">
          <IconBell />
        </EmptyMedia>
        <EmptyTitle>No Notifications</EmptyTitle>
        <EmptyDescription className="max-w-xs text-pretty">
          You&apos;re all caught up. New notifications will appear here.
        </EmptyDescription>
      </EmptyHeader>
      <EmptyContent>
        <Button variant="outline">
          <RefreshCcwIcon />
          Refresh
        </Button>
      </EmptyContent>
    </Empty>
  )
}

Subdomains

Functions

Dependencies

  • button
  • empty
  • icons-react
  • lucide-react

Frequently Asked Questions

What does empty-background.tsx do?
empty-background.tsx is a source file in the ui codebase, written in tsx. It belongs to the DocumentationAtlas domain, SearchAPI subdomain.
What functions are defined in empty-background.tsx?
empty-background.tsx defines 1 function(s): EmptyMuted.
What does empty-background.tsx depend on?
empty-background.tsx imports 4 module(s): button, empty, icons-react, lucide-react.
Where is empty-background.tsx in the architecture?
empty-background.tsx is located at apps/v4/examples/radix/empty-background.tsx (domain: DocumentationAtlas, subdomain: SearchAPI, 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