empty-background.tsx — ui Source File
Architecture documentation for empty-background.tsx, a tsx file in the ui codebase. 4 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR a7cfcbb3_504c_807f_6d20_7d810416bf1f["empty-background.tsx"] 4544fa74_9b37_0912_c55e_f4ff161b8e83["button"] a7cfcbb3_504c_807f_6d20_7d810416bf1f --> 4544fa74_9b37_0912_c55e_f4ff161b8e83 29a55916_5997_18bd_e445_208bb7dd8efa["empty"] a7cfcbb3_504c_807f_6d20_7d810416bf1f --> 29a55916_5997_18bd_e445_208bb7dd8efa 39a0d62e_8e7d_d097_eb95_91d2bca361f7["icons-react"] a7cfcbb3_504c_807f_6d20_7d810416bf1f --> 39a0d62e_8e7d_d097_eb95_91d2bca361f7 d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3["lucide-react"] a7cfcbb3_504c_807f_6d20_7d810416bf1f --> d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3 style a7cfcbb3_504c_807f_6d20_7d810416bf1f 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 { 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're all caught up. New notifications will appear here.
</EmptyDescription>
</EmptyHeader>
<EmptyContent>
<Button variant="outline">
<RefreshCcwIcon data-icon="inline-start" />
Refresh
</Button>
</EmptyContent>
</Empty>
)
}
Domain
Subdomains
Functions
Dependencies
- button
- empty
- icons-react
- lucide-react
Source
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/base/empty-background.tsx (domain: DocumentationAtlas, subdomain: SearchAPI, 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