ButtonGroupSeparator() — ui Function Reference
Architecture documentation for the ButtonGroupSeparator() function in button-group.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD cac7a169_e9ea_0121_e939_b8bfe8bb2dda["ButtonGroupSeparator()"] 90d2b58e_e0c7_1859_1a6b_16d6713f1246["button-group.tsx"] cac7a169_e9ea_0121_e939_b8bfe8bb2dda -->|defined in| 90d2b58e_e0c7_1859_1a6b_16d6713f1246 style cac7a169_e9ea_0121_e939_b8bfe8bb2dda fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/bases/radix/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(
"cn-button-group-separator relative self-stretch data-horizontal:mx-px data-horizontal:w-auto data-vertical:my-px data-vertical:h-auto",
className
)}
{...props}
/>
)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does ButtonGroupSeparator() do?
ButtonGroupSeparator() is a function in the ui codebase, defined in apps/v4/registry/bases/radix/ui/button-group.tsx.
Where is ButtonGroupSeparator() defined?
ButtonGroupSeparator() is defined in apps/v4/registry/bases/radix/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