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

Relationship Graph

Source Code

apps/v4/examples/radix/empty-input-group.tsx lines 16–42

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/examples/radix/empty-input-group.tsx.
Where is EmptyInputGroup() defined?
EmptyInputGroup() is defined in apps/v4/examples/radix/empty-input-group.tsx at line 16.

Analyze Your Own Codebase

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

Try Supermodel Free