Home / Function/ EmptyWithMutedBackgroundAlt() — ui Function Reference

EmptyWithMutedBackgroundAlt() — ui Function Reference

Architecture documentation for the EmptyWithMutedBackgroundAlt() function in empty-example.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  8e6f22f3_4179_b2ab_0a5d_ceaa8bde9af7["EmptyWithMutedBackgroundAlt()"]
  71239b7e_c31e_1af0_ec5e_b0c8d6fe370a["empty-example.tsx"]
  8e6f22f3_4179_b2ab_0a5d_ceaa8bde9af7 -->|defined in| 71239b7e_c31e_1af0_ec5e_b0c8d6fe370a
  style 8e6f22f3_4179_b2ab_0a5d_ceaa8bde9af7 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/bases/radix/examples/empty-example.tsx lines 175–209

function EmptyWithMutedBackgroundAlt() {
  return (
    <Example title="With Muted Background Alt">
      <Empty className="bg-muted/50">
        <EmptyHeader>
          <EmptyTitle>404 - Not Found</EmptyTitle>
          <EmptyDescription>
            The page you&apos;re looking for doesn&apos;t exist. Try searching
            for what you need below.
          </EmptyDescription>
        </EmptyHeader>
        <EmptyContent>
          <InputGroup className="w-3/4">
            <InputGroupInput placeholder="Try searching for pages..." />
            <InputGroupAddon>
              <IconPlaceholder
                lucide="CircleDashedIcon"
                tabler="IconCircleDashed"
                hugeicons="DashedLineCircleIcon"
                phosphor="CircleDashedIcon"
                remixicon="RiLoaderLine"
              />
            </InputGroupAddon>
            <InputGroupAddon align="inline-end">
              <Kbd>/</Kbd>
            </InputGroupAddon>
          </InputGroup>
          <EmptyDescription>
            Need help? <a href="#">Contact support</a>
          </EmptyDescription>
        </EmptyContent>
      </Empty>
    </Example>
  )
}

Subdomains

Frequently Asked Questions

What does EmptyWithMutedBackgroundAlt() do?
EmptyWithMutedBackgroundAlt() is a function in the ui codebase, defined in apps/v4/registry/bases/radix/examples/empty-example.tsx.
Where is EmptyWithMutedBackgroundAlt() defined?
EmptyWithMutedBackgroundAlt() is defined in apps/v4/registry/bases/radix/examples/empty-example.tsx at line 175.

Analyze Your Own Codebase

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

Try Supermodel Free