Home / File/ input-button-group.tsx — ui Source File

input-button-group.tsx — ui Source File

Architecture documentation for input-button-group.tsx, a tsx file in the ui codebase. 4 imports, 0 dependents.

File tsx DocumentationAtlas Changelog 4 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  bc4b8fe1_ff9b_a20e_f0f5_330025105cc1["input-button-group.tsx"]
  4b1d2128_46d9_46f0_b915_b6e1925b7876["button"]
  bc4b8fe1_ff9b_a20e_f0f5_330025105cc1 --> 4b1d2128_46d9_46f0_b915_b6e1925b7876
  18f6542f_51e6_ba81_129a_f0eef8a35168["button-group"]
  bc4b8fe1_ff9b_a20e_f0f5_330025105cc1 --> 18f6542f_51e6_ba81_129a_f0eef8a35168
  b5f68436_cf6b_fba3_fb29_abf27fd13442["field"]
  bc4b8fe1_ff9b_a20e_f0f5_330025105cc1 --> b5f68436_cf6b_fba3_fb29_abf27fd13442
  9af00736_7b63_3c3c_87d0_68c5200c5d80["input"]
  bc4b8fe1_ff9b_a20e_f0f5_330025105cc1 --> 9af00736_7b63_3c3c_87d0_68c5200c5d80
  style bc4b8fe1_ff9b_a20e_f0f5_330025105cc1 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import { Button } from "@/examples/radix/ui/button"
import { ButtonGroup } from "@/examples/radix/ui/button-group"
import { Field, FieldLabel } from "@/examples/radix/ui/field"
import { Input } from "@/examples/radix/ui/input"

export function InputButtonGroup() {
  return (
    <Field>
      <FieldLabel htmlFor="input-button-group">Search</FieldLabel>
      <ButtonGroup>
        <Input id="input-button-group" placeholder="Type to search..." />
        <Button variant="outline">Search</Button>
      </ButtonGroup>
    </Field>
  )
}

Subdomains

Functions

Dependencies

  • button
  • button-group
  • field
  • input

Frequently Asked Questions

What does input-button-group.tsx do?
input-button-group.tsx is a source file in the ui codebase, written in tsx. It belongs to the DocumentationAtlas domain, Changelog subdomain.
What functions are defined in input-button-group.tsx?
input-button-group.tsx defines 1 function(s): InputButtonGroup.
What does input-button-group.tsx depend on?
input-button-group.tsx imports 4 module(s): button, button-group, field, input.
Where is input-button-group.tsx in the architecture?
input-button-group.tsx is located at apps/v4/examples/radix/input-button-group.tsx (domain: DocumentationAtlas, subdomain: Changelog, directory: apps/v4/examples/radix).

Analyze Your Own Codebase

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

Try Supermodel Free