Home / Function/ EmptyMuted() — ui Function Reference

EmptyMuted() — ui Function Reference

Architecture documentation for the EmptyMuted() function in empty-background.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  1c8ebeb4_1bfa_53c5_620f_30783d62a2e2["EmptyMuted()"]
  ca5e2332_99b4_2117_652d_0df691b6b481["empty-background.tsx"]
  1c8ebeb4_1bfa_53c5_620f_30783d62a2e2 -->|defined in| ca5e2332_99b4_2117_652d_0df691b6b481
  style 1c8ebeb4_1bfa_53c5_620f_30783d62a2e2 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/new-york-v4/examples/empty-background.tsx lines 14–34

export default function EmptyMuted() {
  return (
    <Empty className="from-muted/50 to-background h-full bg-gradient-to-b from-30%">
      <EmptyHeader>
        <EmptyMedia variant="icon">
          <IconBell />
        </EmptyMedia>
        <EmptyTitle>No Notifications</EmptyTitle>
        <EmptyDescription>
          You&apos;re all caught up. New notifications will appear here.
        </EmptyDescription>
      </EmptyHeader>
      <EmptyContent>
        <Button variant="outline" size="sm">
          <RefreshCcwIcon />
          Refresh
        </Button>
      </EmptyContent>
    </Empty>
  )
}

Subdomains

Frequently Asked Questions

What does EmptyMuted() do?
EmptyMuted() is a function in the ui codebase, defined in apps/v4/registry/new-york-v4/examples/empty-background.tsx.
Where is EmptyMuted() defined?
EmptyMuted() is defined in apps/v4/registry/new-york-v4/examples/empty-background.tsx at line 14.

Analyze Your Own Codebase

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

Try Supermodel Free