Skip to main content

Variable: SidebarGroupContent

@arolariu/components


@arolariu/components / SidebarGroupContent

Variable: SidebarGroupContent

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

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

Renders the content container for a sidebar group.

Remarks

  • Renders a <div> element
  • Built as a structural wrapper for nested menu items or custom content

Example

<SidebarGroupContent>
<SidebarMenu />
</SidebarGroupContent>

See

HTML div element

// was this page useful?