Home / Function/ ButtonGroupSplit() — ui Function Reference

ButtonGroupSplit() — ui Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  c02649e8_0410_a4bb_fb1f_3cb1babe2992["ButtonGroupSplit()"]
  d1abf97b_f98c_ec49_8d06_8178381209c2["button-group-split.tsx"]
  c02649e8_0410_a4bb_fb1f_3cb1babe2992 -->|defined in| d1abf97b_f98c_ec49_8d06_8178381209c2
  style c02649e8_0410_a4bb_fb1f_3cb1babe2992 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/new-york-v4/examples/button-group-split.tsx lines 9–19

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

Subdomains

Frequently Asked Questions

What does ButtonGroupSplit() do?
ButtonGroupSplit() is a function in the ui codebase, defined in apps/v4/registry/new-york-v4/examples/button-group-split.tsx.
Where is ButtonGroupSplit() defined?
ButtonGroupSplit() is defined in apps/v4/registry/new-york-v4/examples/button-group-split.tsx at line 9.

Analyze Your Own Codebase

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

Try Supermodel Free