Skip to main content

Variable: SidebarSeparator

@arolariu/components


@arolariu/components / SidebarSeparator

Variable: SidebarSeparator

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

Defined in: components/ui/sidebar.tsx:526

Renders a separator between sidebar regions or menu groups.

Remarks

  • Renders the shared Separator component
  • Built as a lightweight structural divider

Example

<SidebarSeparator />

See

HTML thematic break

// was this page useful?