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
  89e09b5f_2f29_e116_1aba_a77386b6d65b["ButtonGroupWithInput()"]
  d41ef55a_d021_eff9_a1f7_cf3a6ebe42df["button-group-example.tsx"]
  89e09b5f_2f29_e116_1aba_a77386b6d65b -->|defined in| d41ef55a_d021_eff9_a1f7_cf3a6ebe42df
  style 89e09b5f_2f29_e116_1aba_a77386b6d65b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/bases/base/examples/button-group-example.tsx lines 80–95

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/base/examples/button-group-example.tsx.
Where is ButtonGroupWithInput() defined?
ButtonGroupWithInput() is defined in apps/v4/registry/bases/base/examples/button-group-example.tsx at line 80.

Analyze Your Own Codebase

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

Try Supermodel Free