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
  684fc37c_2db3_2c4e_4fea_19d6a2a5177f["ButtonGroupSeparator()"]
  027dd5d4_1841_0ef2_6912_00a64f9a0f35["button-group.tsx"]
  684fc37c_2db3_2c4e_4fea_19d6a2a5177f -->|defined in| 027dd5d4_1841_0ef2_6912_00a64f9a0f35
  style 684fc37c_2db3_2c4e_4fea_19d6a2a5177f fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

deprecated/www/registry/new-york/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 deprecated/www/registry/new-york/ui/button-group.tsx.
Where is ButtonGroupSeparator() defined?
ButtonGroupSeparator() is defined in deprecated/www/registry/new-york/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