Home / Function/ EmptyInputGroup() — ui Function Reference

EmptyInputGroup() — ui Function Reference

Architecture documentation for the EmptyInputGroup() function in empty-input-group.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  f589446a_4551_fb18_feae_3dc312234e3e["EmptyInputGroup()"]
  84bbbb08_12b4_a597_1985_e989d658427d["empty-input-group.tsx"]
  f589446a_4551_fb18_feae_3dc312234e3e -->|defined in| 84bbbb08_12b4_a597_1985_e989d658427d
  style f589446a_4551_fb18_feae_3dc312234e3e fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/app/(app)/(root)/components/empty-input-group.tsx lines 17–43

export function EmptyInputGroup() {
  return (
    <Empty>
      <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>
            <SearchIcon />
          </InputGroupAddon>
          <InputGroupAddon align="inline-end">
            <Kbd>/</Kbd>
          </InputGroupAddon>
        </InputGroup>
        <EmptyDescription>
          Need help? <a href="#">Contact support</a>
        </EmptyDescription>
      </EmptyContent>
    </Empty>
  )
}

Subdomains

Frequently Asked Questions

What does EmptyInputGroup() do?
EmptyInputGroup() is a function in the ui codebase, defined in apps/v4/app/(app)/(root)/components/empty-input-group.tsx.
Where is EmptyInputGroup() defined?
EmptyInputGroup() is defined in apps/v4/app/(app)/(root)/components/empty-input-group.tsx at line 17.

Analyze Your Own Codebase

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

Try Supermodel Free