InputGroupButtonGroup() — ui Function Reference
Architecture documentation for the InputGroupButtonGroup() function in input-group-button-group.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 5fe0668a_bf73_072b_ee9b_66e57ff24cb6["InputGroupButtonGroup()"] 56629d5c_3352_4135_70b7_f59a7757782f["input-group-button-group.tsx"] 5fe0668a_bf73_072b_ee9b_66e57ff24cb6 -->|defined in| 56629d5c_3352_4135_70b7_f59a7757782f style 5fe0668a_bf73_072b_ee9b_66e57ff24cb6 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/new-york-v4/examples/input-group-button-group.tsx lines 14–31
export default function InputGroupButtonGroup() {
return (
<div className="grid w-full max-w-sm gap-6">
<ButtonGroup>
<ButtonGroupText asChild>
<Label htmlFor="url">https://</Label>
</ButtonGroupText>
<InputGroup>
<InputGroupInput id="url" />
<InputGroupAddon align="inline-end">
<Link2Icon />
</InputGroupAddon>
</InputGroup>
<ButtonGroupText>.com</ButtonGroupText>
</ButtonGroup>
</div>
)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does InputGroupButtonGroup() do?
InputGroupButtonGroup() is a function in the ui codebase, defined in apps/v4/registry/new-york-v4/examples/input-group-button-group.tsx.
Where is InputGroupButtonGroup() defined?
InputGroupButtonGroup() is defined in apps/v4/registry/new-york-v4/examples/input-group-button-group.tsx at line 14.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free