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

button-group-split.tsx — ui Source File

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

File tsx ComponentRegistry ChartRegistry 3 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  d1abf97b_f98c_ec49_8d06_8178381209c2["button-group-split.tsx"]
  39a0d62e_8e7d_d097_eb95_91d2bca361f7["icons-react"]
  d1abf97b_f98c_ec49_8d06_8178381209c2 --> 39a0d62e_8e7d_d097_eb95_91d2bca361f7
  57e86e45_ac6e_7278_be08_9092724e8401["button"]
  d1abf97b_f98c_ec49_8d06_8178381209c2 --> 57e86e45_ac6e_7278_be08_9092724e8401
  d431e985_324f_ebc5_0383_4b336fa5e906["button-group"]
  d1abf97b_f98c_ec49_8d06_8178381209c2 --> d431e985_324f_ebc5_0383_4b336fa5e906
  style d1abf97b_f98c_ec49_8d06_8178381209c2 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import { IconPlus } from "@tabler/icons-react"

import { Button } from "@/registry/new-york-v4/ui/button"
import {
  ButtonGroup,
  ButtonGroupSeparator,
} from "@/registry/new-york-v4/ui/button-group"

export default function ButtonGroupSplit() {
  return (
    <ButtonGroup>
      <Button variant="secondary">Button</Button>
      <ButtonGroupSeparator />
      <Button size="icon" variant="secondary">
        <IconPlus />
      </Button>
    </ButtonGroup>
  )
}

Subdomains

Functions

Dependencies

  • button
  • button-group
  • icons-react

Frequently Asked Questions

What does button-group-split.tsx do?
button-group-split.tsx is a source file in the ui codebase, written in tsx. It belongs to the ComponentRegistry domain, ChartRegistry subdomain.
What functions are defined in button-group-split.tsx?
button-group-split.tsx defines 1 function(s): ButtonGroupSplit.
What does button-group-split.tsx depend on?
button-group-split.tsx imports 3 module(s): button, button-group, icons-react.
Where is button-group-split.tsx in the architecture?
button-group-split.tsx is located at apps/v4/registry/new-york-v4/examples/button-group-split.tsx (domain: ComponentRegistry, subdomain: ChartRegistry, directory: apps/v4/registry/new-york-v4/examples).

Analyze Your Own Codebase

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

Try Supermodel Free