Skip to main content

Variable: ButtonGroupSeparator

@arolariu/components


@arolariu/components / ButtonGroupSeparator

Variable: ButtonGroupSeparator

const ButtonGroupSeparator: ForwardRefExoticComponent<Omit<Omit<SeparatorProps, "ref"> & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>

Defined in: components/ui/button-group.tsx:142

Inserts a separator between grouped controls.

Remarks

  • Pure CSS component (no Base UI primitive)
  • Renders a wrapped Separator component
  • Styling via CSS Modules with --ac-* custom properties

Example

<ButtonGroupSeparator orientation='vertical' />

See

ButtonGroupSeparatorProps for available props

// was this page useful?