bootstrap-vue
Version:
BootstrapVue, with over 40 plugins and more than 75 custom components, provides one of the most comprehensive implementations of Bootstrap v4 components and grid system for Vue.js. With extensive and automated WAI-ARIA accessibility markup.
37 lines (36 loc) • 909 B
JSON
{
"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": [
"NavPlugin",
"DropdownPlugin",
"CollapsePlugin"
],
"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"
}
]
}
]
}
]
}
}