Home / Function/ ButtonGroupWithInputGroup() — ui Function Reference

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
  023ca4f0_2eb7_e5cc_5675_323a56e746be["ButtonGroupWithInputGroup()"]
  2a9b7ea2_138d_8063_c68e_fb0dd1342c8c["button-group-example.tsx"]
  023ca4f0_2eb7_e5cc_5675_323a56e746be -->|defined in| 2a9b7ea2_138d_8063_c68e_fb0dd1342c8c
  style 023ca4f0_2eb7_e5cc_5675_323a56e746be fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/bases/radix/examples/button-group-example.tsx lines 316–338

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>
  )
}

Subdomains

Frequently Asked Questions

What does ButtonGroupWithInputGroup() do?
ButtonGroupWithInputGroup() is a function in the ui codebase, defined in apps/v4/registry/bases/radix/examples/button-group-example.tsx.
Where is ButtonGroupWithInputGroup() defined?
ButtonGroupWithInputGroup() is defined in apps/v4/registry/bases/radix/examples/button-group-example.tsx at line 316.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free