{
  "props": [
    {
      "Attribute": "children",
      "Type": "`ReactNode[]`",
      "Description": "The children to render as the navbar menu. Usually a list of `NavbarMenuItem` components.",
      "Default": "-"
    },
    {
      "Attribute": "portalContainer",
      "Type": "`HTMLElement`",
      "Description": "The container element in which the navbar menu overlay portal will be placed.",
      "Default": "`document.body`"
    },
    {
      "Attribute": "motionProps",
      "Type": "[MotionProps](#motion-props)",
      "Description": "The motion props to controle the `open` / `close` animation. This motion is only available if the `disableAnimation` prop is set to `false`.",
      "Default": "-"
    }
  ],
  "link": "https://nextui.org/docs/components/navbarmenu"
}
