{
  "props": [
    {
      "Attribute": "children",
      "Type": "`ReactNode`",
      "Description": "The children to render as the navbar item.",
      "Default": "-"
    },
    {
      "Attribute": "isActive",
      "Type": "`boolean`",
      "Description": "Whether the navbar item is active or not.",
      "Default": "`false`"
    }
  ],
  "link": "https://nextui.org/docs/components/navbaritem"
}
