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 5ee29079_21ef_f913_52c7_72a4c7e48850["input-group-button-group.tsx"] 18f6542f_51e6_ba81_129a_f0eef8a35168["button-group"] 5ee29079_21ef_f913_52c7_72a4c7e48850 --> 18f6542f_51e6_ba81_129a_f0eef8a35168 d4ae1ebd_39ec_2b17_5c84_fbca1aec26c7["input-group"] 5ee29079_21ef_f913_52c7_72a4c7e48850 --> d4ae1ebd_39ec_2b17_5c84_fbca1aec26c7 2a43f855_1408_526d_d4d2_31c7a87506c6["label"] 5ee29079_21ef_f913_52c7_72a4c7e48850 --> 2a43f855_1408_526d_d4d2_31c7a87506c6 d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3["lucide-react"] 5ee29079_21ef_f913_52c7_72a4c7e48850 --> d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3 style 5ee29079_21ef_f913_52c7_72a4c7e48850 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import { ButtonGroup, ButtonGroupText } from "@/examples/radix/ui/button-group"
import {
InputGroup,
InputGroupAddon,
InputGroupInput,
} from "@/examples/radix/ui/input-group"
import { Label } from "@/examples/radix/ui/label"
import { Link2Icon } from "lucide-react"
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 DocumentationAtlas domain, ContentSourcing 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/examples/radix/input-group-button-group.tsx (domain: DocumentationAtlas, subdomain: ContentSourcing, directory: apps/v4/examples/radix).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free