input-button-group.tsx — ui Source File
Architecture documentation for input-button-group.tsx, a tsx file in the ui codebase. 4 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR 513362f3_cf36_78cc_b47b_463a07abeb72["input-button-group.tsx"] 4544fa74_9b37_0912_c55e_f4ff161b8e83["button"] 513362f3_cf36_78cc_b47b_463a07abeb72 --> 4544fa74_9b37_0912_c55e_f4ff161b8e83 a6e3100c_774c_ccde_3661_3d83448167f7["button-group"] 513362f3_cf36_78cc_b47b_463a07abeb72 --> a6e3100c_774c_ccde_3661_3d83448167f7 e6c524b5_d047_d4f9_50b2_7f100d612cb2["field"] 513362f3_cf36_78cc_b47b_463a07abeb72 --> e6c524b5_d047_d4f9_50b2_7f100d612cb2 9a309fc5_4306_d01f_08ce_72db23e48652["input"] 513362f3_cf36_78cc_b47b_463a07abeb72 --> 9a309fc5_4306_d01f_08ce_72db23e48652 style 513362f3_cf36_78cc_b47b_463a07abeb72 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import { Button } from "@/examples/base/ui/button"
import { ButtonGroup } from "@/examples/base/ui/button-group"
import { Field, FieldLabel } from "@/examples/base/ui/field"
import { Input } from "@/examples/base/ui/input"
export function InputButtonGroup() {
return (
<Field>
<FieldLabel htmlFor="input-button-group">Search</FieldLabel>
<ButtonGroup>
<Input id="input-button-group" placeholder="Type to search..." />
<Button variant="outline">Search</Button>
</ButtonGroup>
</Field>
)
}
Domain
Subdomains
Functions
Dependencies
- button
- button-group
- field
- input
Source
Frequently Asked Questions
What does input-button-group.tsx do?
input-button-group.tsx is a source file in the ui codebase, written in tsx. It belongs to the DocumentationAtlas domain, Changelog subdomain.
What functions are defined in input-button-group.tsx?
input-button-group.tsx defines 1 function(s): InputButtonGroup.
What does input-button-group.tsx depend on?
input-button-group.tsx imports 4 module(s): button, button-group, field, input.
Where is input-button-group.tsx in the architecture?
input-button-group.tsx is located at apps/v4/examples/base/input-button-group.tsx (domain: DocumentationAtlas, subdomain: Changelog, 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