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 c12d4c1c_0a20_1959_ba48_944232037cea["button-group-input.tsx"] d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3["lucide-react"] c12d4c1c_0a20_1959_ba48_944232037cea --> d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3 57e86e45_ac6e_7278_be08_9092724e8401["button"] c12d4c1c_0a20_1959_ba48_944232037cea --> 57e86e45_ac6e_7278_be08_9092724e8401 d431e985_324f_ebc5_0383_4b336fa5e906["button-group"] c12d4c1c_0a20_1959_ba48_944232037cea --> d431e985_324f_ebc5_0383_4b336fa5e906 80cf663d_a411_487c_d69e_ac9d405cd2ec["input"] c12d4c1c_0a20_1959_ba48_944232037cea --> 80cf663d_a411_487c_d69e_ac9d405cd2ec style c12d4c1c_0a20_1959_ba48_944232037cea fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import { SearchIcon } from "lucide-react"
import { Button } from "@/registry/new-york-v4/ui/button"
import { ButtonGroup } from "@/registry/new-york-v4/ui/button-group"
import { Input } from "@/registry/new-york-v4/ui/input"
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 ComponentRegistry domain, ChartRegistry 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/registry/new-york-v4/examples/button-group-input.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