Home / Function/ InputGroupButtonGroup() — ui Function Reference

InputGroupButtonGroup() — ui Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  90fc4411_621f_2ef4_1c8b_abd3ded28720["InputGroupButtonGroup()"]
  5ee29079_21ef_f913_52c7_72a4c7e48850["input-group-button-group.tsx"]
  90fc4411_621f_2ef4_1c8b_abd3ded28720 -->|defined in| 5ee29079_21ef_f913_52c7_72a4c7e48850
  style 90fc4411_621f_2ef4_1c8b_abd3ded28720 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/examples/radix/input-group-button-group.tsx lines 10–27

export default function InputGroupButtonGroup() {
  return (
    <div className="grid w-full max-w-sm gap-6">
      <ButtonGroup>
        <ButtonGroupText asChild>
          <Label htmlFor="url">https://</Label>
        </ButtonGroupText>
        <InputGroup>
          <InputGroupInput id="url" />
          <InputGroupAddon align="inline-end">
            <Link2Icon />
          </InputGroupAddon>
        </InputGroup>
        <ButtonGroupText>.com</ButtonGroupText>
      </ButtonGroup>
    </div>
  )
}

Subdomains

Frequently Asked Questions

What does InputGroupButtonGroup() do?
InputGroupButtonGroup() is a function in the ui codebase, defined in apps/v4/examples/radix/input-group-button-group.tsx.
Where is InputGroupButtonGroup() defined?
InputGroupButtonGroup() is defined in apps/v4/examples/radix/input-group-button-group.tsx at line 10.

Analyze Your Own Codebase

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

Try Supermodel Free