Home / Function/ ButtonGroupWithInput() — ui Function Reference

ButtonGroupWithInput() — ui Function Reference

Architecture documentation for the ButtonGroupWithInput() function in button-group-example.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  aad763c7_0c0c_2082_34ca_0ab8297f5f5c["ButtonGroupWithInput()"]
  2a9b7ea2_138d_8063_c68e_fb0dd1342c8c["button-group-example.tsx"]
  aad763c7_0c0c_2082_34ca_0ab8297f5f5c -->|defined in| 2a9b7ea2_138d_8063_c68e_fb0dd1342c8c
  style aad763c7_0c0c_2082_34ca_0ab8297f5f5c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/bases/radix/examples/button-group-example.tsx lines 82–97

function ButtonGroupWithInput() {
  return (
    <Example title="With Input">
      <div className="flex flex-col gap-4">
        <ButtonGroup>
          <Button variant="outline">Button</Button>
          <Input placeholder="Type something here..." />
        </ButtonGroup>
        <ButtonGroup>
          <Input placeholder="Type something here..." />
          <Button variant="outline">Button</Button>
        </ButtonGroup>
      </div>
    </Example>
  )
}

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free