ButtonGroupSeparator() — ui Function Reference
Architecture documentation for the ButtonGroupSeparator() function in button-group.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 10f2fa2d_a9f4_5aed_c7e5_c61760394151["ButtonGroupSeparator()"] 1b68d921_4dee_79de_8c8e_b031f285cc34["button-group.tsx"] 10f2fa2d_a9f4_5aed_c7e5_c61760394151 -->|defined in| 1b68d921_4dee_79de_8c8e_b031f285cc34 style 10f2fa2d_a9f4_5aed_c7e5_c61760394151 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/examples/radix/ui-rtl/button-group.tsx lines 59–75
function ButtonGroupSeparator({
className,
orientation = "vertical",
...props
}: React.ComponentProps<typeof Separator>) {
return (
<Separator
data-slot="button-group-separator"
orientation={orientation}
className={cn(
"bg-input 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/examples/radix/ui-rtl/button-group.tsx.
Where is ButtonGroupSeparator() defined?
ButtonGroupSeparator() is defined in apps/v4/examples/radix/ui-rtl/button-group.tsx at line 59.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free