Home / Function/ ButtonGroupSeparator() — ui Function Reference

ButtonGroupSeparator() — ui Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  cdc3e7c1_0a43_264e_5ffb_9935c0450c95["ButtonGroupSeparator()"]
  3809548d_b98f_4c81_02f1_a87c1e2e9a81["button-group.tsx"]
  cdc3e7c1_0a43_264e_5ffb_9935c0450c95 -->|defined in| 3809548d_b98f_4c81_02f1_a87c1e2e9a81
  style cdc3e7c1_0a43_264e_5ffb_9935c0450c95 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/new-york-v4/ui/button-group.tsx lines 60–76

function ButtonGroupSeparator({
  className,
  orientation = "vertical",
  ...props
}: React.ComponentProps<typeof Separator>) {
  return (
    <Separator
      data-slot="button-group-separator"
      orientation={orientation}
      className={cn(
        "bg-input relative !m-0 self-stretch data-[orientation=vertical]:h-auto",
        className
      )}
      {...props}
    />
  )
}

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free