KbdInputGroup() — ui Function Reference
Architecture documentation for the KbdInputGroup() function in kbd-input-group.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 832cb2a7_8240_d4ef_4180_d2075043c2e0["KbdInputGroup()"] 1a0c6e31_33c6_cd26_5912_a7877b0529d8["kbd-input-group.tsx"] 832cb2a7_8240_d4ef_4180_d2075043c2e0 -->|defined in| 1a0c6e31_33c6_cd26_5912_a7877b0529d8 style 832cb2a7_8240_d4ef_4180_d2075043c2e0 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/new-york-v4/examples/kbd-input-group.tsx lines 10–25
export default function KbdInputGroup() {
return (
<div className="flex w-full max-w-xs flex-col gap-6">
<InputGroup>
<InputGroupInput placeholder="Search..." />
<InputGroupAddon>
<SearchIcon />
</InputGroupAddon>
<InputGroupAddon align="inline-end">
<Kbd>⌘</Kbd>
<Kbd>K</Kbd>
</InputGroupAddon>
</InputGroup>
</div>
)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does KbdInputGroup() do?
KbdInputGroup() is a function in the ui codebase, defined in apps/v4/registry/new-york-v4/examples/kbd-input-group.tsx.
Where is KbdInputGroup() defined?
KbdInputGroup() is defined in apps/v4/registry/new-york-v4/examples/kbd-input-group.tsx at line 10.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free