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

button-group-input.tsx — ui Source File

Architecture documentation for button-group-input.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
  07b32c72_d663_07d5_4863_2541f69d5411["button-group-input.tsx"]
  4b1d2128_46d9_46f0_b915_b6e1925b7876["button"]
  07b32c72_d663_07d5_4863_2541f69d5411 --> 4b1d2128_46d9_46f0_b915_b6e1925b7876
  18f6542f_51e6_ba81_129a_f0eef8a35168["button-group"]
  07b32c72_d663_07d5_4863_2541f69d5411 --> 18f6542f_51e6_ba81_129a_f0eef8a35168
  9af00736_7b63_3c3c_87d0_68c5200c5d80["input"]
  07b32c72_d663_07d5_4863_2541f69d5411 --> 9af00736_7b63_3c3c_87d0_68c5200c5d80
  d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3["lucide-react"]
  07b32c72_d663_07d5_4863_2541f69d5411 --> d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3
  style 07b32c72_d663_07d5_4863_2541f69d5411 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 { Input } from "@/examples/radix/ui/input"
import { SearchIcon } from "lucide-react"

export default function ButtonGroupInput() {
  return (
    <ButtonGroup>
      <Input placeholder="Search..." />
      <Button variant="outline" aria-label="Search">
        <SearchIcon />
      </Button>
    </ButtonGroup>
  )
}

Subdomains

Functions

Dependencies

  • button
  • button-group
  • input
  • lucide-react

Frequently Asked Questions

What does button-group-input.tsx do?
button-group-input.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 button-group-input.tsx?
button-group-input.tsx defines 1 function(s): ButtonGroupInput.
What does button-group-input.tsx depend on?
button-group-input.tsx imports 4 module(s): button, button-group, input, lucide-react.
Where is button-group-input.tsx in the architecture?
button-group-input.tsx is located at apps/v4/examples/radix/button-group-input.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