Skip to main content

Variable: SidebarGroup

@arolariu/components


@arolariu/components / SidebarGroup

Variable: SidebarGroup

const SidebarGroup: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>

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

Renders a logical grouping container inside the sidebar.

Remarks

  • Renders a <div> element
  • Built as a layout helper for related navigation sections

Example

<SidebarGroup>
<SidebarGroupLabel>Projects</SidebarGroupLabel>
</SidebarGroup>

See

HTML div element

// was this page useful?