Skip to main content

Variable: SidebarContent

@arolariu/components


@arolariu/components / SidebarContent

Variable: SidebarContent

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

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

Renders the scrollable content region of the sidebar.

Remarks

  • Renders a <div> element
  • Built as a layout helper for menu groups and custom content

Example

<SidebarContent>
<SidebarMenu />
</SidebarContent>

See

HTML div element

// was this page useful?