{
  "name": "@bootstrap-vue/navbar",
  "version": "1.0.0",
  "meta": {
    "title": "Navbar",
    "description": "The component <b-navbar> is a responsive wrapper that positions branding, navigation, and other elements into a concise header. It's easily extensible and thanks to the <b-collapse> component.",
    "plugins": [
      "Nav",
      "Dropdown",
      "Collapse"
    ],
    "components": [
      "BNavbar",
      "BNavbarNav",
      "BNavbarBrand",
      {
        "component": "BNavbarToggle",
        "aliases": [
          "BNavToggle"
        ],
        "events": [
          {
            "event": "click",
            "description": "Emitted when the toggle is clicked.",
            "args": [
              {
                "name": "event",
                "description": "Native click event object"
              }
            ]
          }
        ]
      }
    ]
  }
}
