button-group-input.tsx — ui Source File
Architecture documentation for button-group-input.tsx, a tsx file in the ui codebase. 4 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR e5f1fdfd_bca4_e602_9a83_8841d5bbaa78["button-group-input.tsx"] 4544fa74_9b37_0912_c55e_f4ff161b8e83["button"] e5f1fdfd_bca4_e602_9a83_8841d5bbaa78 --> 4544fa74_9b37_0912_c55e_f4ff161b8e83 a6e3100c_774c_ccde_3661_3d83448167f7["button-group"] e5f1fdfd_bca4_e602_9a83_8841d5bbaa78 --> a6e3100c_774c_ccde_3661_3d83448167f7 9a309fc5_4306_d01f_08ce_72db23e48652["input"] e5f1fdfd_bca4_e602_9a83_8841d5bbaa78 --> 9a309fc5_4306_d01f_08ce_72db23e48652 d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3["lucide-react"] e5f1fdfd_bca4_e602_9a83_8841d5bbaa78 --> d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3 style e5f1fdfd_bca4_e602_9a83_8841d5bbaa78 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 { Input } from "@/examples/base/ui/input"
import { SearchIcon } from "lucide-react"
export default function ButtonGroupInput() {
return (
<ButtonGroup>
<Input placeholder="Search..." />
<Button variant="outline" aria-label="Search">
<SearchIcon />
</Button>
</ButtonGroup>
)
}
Domain
Subdomains
Functions
Dependencies
- button
- button-group
- input
- lucide-react
Source
Frequently Asked Questions
What does button-group-input.tsx do?
button-group-input.tsx is a source file in the ui codebase, written in tsx. It belongs to the DocumentationAtlas domain, SearchAPI subdomain.
What functions are defined in button-group-input.tsx?
button-group-input.tsx defines 1 function(s): ButtonGroupInput.
What does button-group-input.tsx depend on?
button-group-input.tsx imports 4 module(s): button, button-group, input, lucide-react.
Where is button-group-input.tsx in the architecture?
button-group-input.tsx is located at apps/v4/examples/base/button-group-input.tsx (domain: DocumentationAtlas, subdomain: SearchAPI, 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