empty-input-group.tsx — ui Source File
Architecture documentation for empty-input-group.tsx, a tsx file in the ui codebase. 4 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR bf8e6174_15cb_2898_1930_72b63f191a08["empty-input-group.tsx"] 29a55916_5997_18bd_e445_208bb7dd8efa["empty"] bf8e6174_15cb_2898_1930_72b63f191a08 --> 29a55916_5997_18bd_e445_208bb7dd8efa 4a37d855_5768_bc5a_31ae_9f42eba9091a["input-group"] bf8e6174_15cb_2898_1930_72b63f191a08 --> 4a37d855_5768_bc5a_31ae_9f42eba9091a ae5a6afc_57d5_4436_3322_5fed56d10477["kbd"] bf8e6174_15cb_2898_1930_72b63f191a08 --> ae5a6afc_57d5_4436_3322_5fed56d10477 d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3["lucide-react"] bf8e6174_15cb_2898_1930_72b63f191a08 --> d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3 style bf8e6174_15cb_2898_1930_72b63f191a08 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import {
Empty,
EmptyContent,
EmptyDescription,
EmptyHeader,
EmptyTitle,
} from "@/examples/base/ui/empty"
import {
InputGroup,
InputGroupAddon,
InputGroupInput,
} from "@/examples/base/ui/input-group"
import { Kbd } from "@/examples/base/ui/kbd"
import { SearchIcon } from "lucide-react"
export default function EmptyInputGroup() {
return (
<Empty>
<EmptyHeader>
<EmptyTitle>404 - Not Found</EmptyTitle>
<EmptyDescription>
The page you're looking for doesn'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>
)
}
Domain
Subdomains
Functions
Dependencies
- empty
- input-group
- kbd
- lucide-react
Source
Frequently Asked Questions
What does empty-input-group.tsx do?
empty-input-group.tsx is a source file in the ui codebase, written in tsx. It belongs to the DocumentationAtlas domain, SearchAPI subdomain.
What functions are defined in empty-input-group.tsx?
empty-input-group.tsx defines 1 function(s): EmptyInputGroup.
What does empty-input-group.tsx depend on?
empty-input-group.tsx imports 4 module(s): empty, input-group, kbd, lucide-react.
Where is empty-input-group.tsx in the architecture?
empty-input-group.tsx is located at apps/v4/examples/base/empty-input-group.tsx (domain: DocumentationAtlas, subdomain: SearchAPI, directory: apps/v4/examples/base).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free