input-group-button-group.tsx — ui Source File
Architecture documentation for input-group-button-group.tsx, a tsx file in the ui codebase. 4 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR 56629d5c_3352_4135_70b7_f59a7757782f["input-group-button-group.tsx"] d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3["lucide-react"] 56629d5c_3352_4135_70b7_f59a7757782f --> d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3 d431e985_324f_ebc5_0383_4b336fa5e906["button-group"] 56629d5c_3352_4135_70b7_f59a7757782f --> d431e985_324f_ebc5_0383_4b336fa5e906 41df1c2c_a3b4_dc22_8bc9_310fe8b6ba9b["input-group"] 56629d5c_3352_4135_70b7_f59a7757782f --> 41df1c2c_a3b4_dc22_8bc9_310fe8b6ba9b d752035b_6ed3_c6ef_e27c_eef51af9ec8d["label"] 56629d5c_3352_4135_70b7_f59a7757782f --> d752035b_6ed3_c6ef_e27c_eef51af9ec8d style 56629d5c_3352_4135_70b7_f59a7757782f fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import { Link2Icon } from "lucide-react"
import {
ButtonGroup,
ButtonGroupText,
} from "@/registry/new-york-v4/ui/button-group"
import {
InputGroup,
InputGroupAddon,
InputGroupInput,
} from "@/registry/new-york-v4/ui/input-group"
import { Label } from "@/registry/new-york-v4/ui/label"
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
Functions
Dependencies
- button-group
- input-group
- label
- lucide-react
Source
Frequently Asked Questions
What does input-group-button-group.tsx do?
input-group-button-group.tsx is a source file in the ui codebase, written in tsx. It belongs to the ComponentRegistry domain, ChartRegistry subdomain.
What functions are defined in input-group-button-group.tsx?
input-group-button-group.tsx defines 1 function(s): InputGroupButtonGroup.
What does input-group-button-group.tsx depend on?
input-group-button-group.tsx imports 4 module(s): button-group, input-group, label, lucide-react.
Where is input-group-button-group.tsx in the architecture?
input-group-button-group.tsx is located at apps/v4/registry/new-york-v4/examples/input-group-button-group.tsx (domain: ComponentRegistry, subdomain: ChartRegistry, directory: apps/v4/registry/new-york-v4/examples).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free