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
  b1d66841_22ee_b8c5_5267_998fab52a6dd["EmptyInputGroup()"]
  4a0dd644_322c_4be6_f96e_9380720d850c["empty-input-group.tsx"]
  b1d66841_22ee_b8c5_5267_998fab52a6dd -->|defined in| 4a0dd644_322c_4be6_f96e_9380720d850c
  style b1d66841_22ee_b8c5_5267_998fab52a6dd fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/new-york-v4/examples/empty-input-group.tsx lines 17–43

export default 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="sm: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/registry/new-york-v4/examples/empty-input-group.tsx.
Where is EmptyInputGroup() defined?
EmptyInputGroup() is defined in apps/v4/registry/new-york-v4/examples/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