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.
27 lines (26 loc) • 670 B
JSON
{
"name": "@bootstrap-vue/breadcrumb",
"version": "1.0.0",
"meta": {
"title": "Breadcrumb",
"description": "Indicate the current page's location within a navigational hierarchy. Separators are automatically added in CSS through ::before and content.",
"components": [
"BBreadcrumb",
{
"component": "BBreadcrumbItem",
"events": [
{
"event": "click",
"description": "Emitted when clicked",
"args": [
{
"name": "event",
"description": "Native click event object"
}
]
}
]
}
]
}
}