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

Relationship Graph

Source Code

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