Skip to main content

Variable: ToolbarSeparator

@arolariu/components


@arolariu/components / ToolbarSeparator

Variable: ToolbarSeparator

const ToolbarSeparator: ForwardRefExoticComponent<Omit<Omit<ToolbarSeparatorProps, "ref"> & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>

Defined in: components/ui/toolbar.tsx:126

Renders a visual separator between toolbar items or groups.

Remarks

  • Renders a <div> element by default
  • Built on Base UI Toolbar separator primitives

Example

<ToolbarSeparator />

See

Base UI Toolbar Docs

// was this page useful?