Home / Function/ EmptyWithBorder() — ui Function Reference

EmptyWithBorder() — ui Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

apps/v4/registry/bases/radix/examples/empty-example.tsx lines 101–135

function EmptyWithBorder() {
  return (
    <Example title="With Border">
      <Empty className="border">
        <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 EmptyWithBorder() do?
EmptyWithBorder() is a function in the ui codebase, defined in apps/v4/registry/bases/radix/examples/empty-example.tsx.
Where is EmptyWithBorder() defined?
EmptyWithBorder() is defined in apps/v4/registry/bases/radix/examples/empty-example.tsx at line 101.

Analyze Your Own Codebase

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

Try Supermodel Free