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 DocumentationAtlas ContentSourcing 3 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  d7cef90c_3627_7f9e_a029_f316fe6c6ca4["button-group-split.tsx"]
  4544fa74_9b37_0912_c55e_f4ff161b8e83["button"]
  d7cef90c_3627_7f9e_a029_f316fe6c6ca4 --> 4544fa74_9b37_0912_c55e_f4ff161b8e83
  a6e3100c_774c_ccde_3661_3d83448167f7["button-group"]
  d7cef90c_3627_7f9e_a029_f316fe6c6ca4 --> a6e3100c_774c_ccde_3661_3d83448167f7
  39a0d62e_8e7d_d097_eb95_91d2bca361f7["icons-react"]
  d7cef90c_3627_7f9e_a029_f316fe6c6ca4 --> 39a0d62e_8e7d_d097_eb95_91d2bca361f7
  style d7cef90c_3627_7f9e_a029_f316fe6c6ca4 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import { Button } from "@/examples/base/ui/button"
import {
  ButtonGroup,
  ButtonGroupSeparator,
} from "@/examples/base/ui/button-group"
import { IconPlus } from "@tabler/icons-react"

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 DocumentationAtlas domain, ContentSourcing 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/examples/base/button-group-split.tsx (domain: DocumentationAtlas, subdomain: ContentSourcing, directory: apps/v4/examples/base).

Analyze Your Own Codebase

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

Try Supermodel Free