Default
Function: default()
[object Object]
Defined in: app/components/Menu/MenuFooter.tsx:12
A container component for the bottom section of a menu (SideBar or Dropdown). It applies a subtle top border to visually separate footer content, such as user profiles or settings, from the main navigation links.
Parameters
props
The component properties.
children?
[object Object]
The elements to be rendered inside the footer.
onClose?
() => void
Returns
[object Object]