ButtonGroupWithInputGroup() — ui Function Reference
Architecture documentation for the ButtonGroupWithInputGroup() function in button-group-example.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 0f4f6bb3_cc10_f338_9e4f_70522eb85aee["ButtonGroupWithInputGroup()"] d41ef55a_d021_eff9_a1f7_cf3a6ebe42df["button-group-example.tsx"] 0f4f6bb3_cc10_f338_9e4f_70522eb85aee -->|defined in| d41ef55a_d021_eff9_a1f7_cf3a6ebe42df style 0f4f6bb3_cc10_f338_9e4f_70522eb85aee fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/bases/base/examples/button-group-example.tsx lines 320–342
function ButtonGroupWithInputGroup() {
return (
<Example title="With Input Group">
<div className="flex flex-col gap-4">
<InputGroup>
<InputGroupInput placeholder="Type to search..." />
<InputGroupAddon
align="inline-start"
className="text-muted-foreground"
>
<IconPlaceholder
lucide="SearchIcon"
tabler="IconSearch"
hugeicons="Search01Icon"
phosphor="MagnifyingGlassIcon"
remixicon="RiSearchLine"
/>
</InputGroupAddon>
</InputGroup>
</div>
</Example>
)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does ButtonGroupWithInputGroup() do?
ButtonGroupWithInputGroup() is a function in the ui codebase, defined in apps/v4/registry/bases/base/examples/button-group-example.tsx.
Where is ButtonGroupWithInputGroup() defined?
ButtonGroupWithInputGroup() is defined in apps/v4/registry/bases/base/examples/button-group-example.tsx at line 320.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free