UNPKG

bootstrap-vue

Version:

BootstrapVue, with more than 85 custom components, over 45 plugins, several custom directives, and over 300 icons, provides one of the most comprehensive implementations of Bootstrap v4 components and grid system for Vue.js. With extensive and automated W

50 lines (49 loc) 1.41 kB
{ "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": [ { "component": "BBreadcrumb", "props": [ { "prop": "items", "description": "Array of breadcrumb items to render" } ] }, { "component": "BBreadcrumbItem", "props": [ { "prop": "text", "description": "Text to render in the breadcrumb item" }, { "prop": "html", "description": "HTML string to render in the breadcrumb item. Use with caution" }, { "prop": "ariaCurrent", "description": "Sets the value of the 'aria-current' attribute (when the item is the active item). Supported string values are 'location', 'page', or 'true'" } ], "events": [ { "event": "click", "description": "Emitted when clicked", "args": [ { "arg": "event", "type": "MouseEvent", "description": "Native click event object" } ] } ] } ] } }