{
  "props": [
    {
      "Attribute": "children",
      "Type": "`ReactNode[]`",
      "Description": "The children to render. Usually navbar elements such as `NavbarBrand`, `NavbarContent` and `NavbarItem`",
      "Default": "-"
    },
    {
      "Attribute": "justify",
      "Type": "`start` | `center` | `end`",
      "Description": "The justify content of the navbar content. It takes into account the correct space distribution.",
      "Default": "`start`"
    }
  ],
  "link": "https://nextui.org/docs/components/navbarcontent"
}
