![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/vreg/node_modules/bootstrap-vue/src/components/breadcrumb/ |
{ "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" } ], "slots": [ { "name": "default", "description": "Content (breadcrumb items) to place in the breadcrumb" } ] }, { "component": "BBreadcrumbItem", "props": [ { "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'" }, { "prop": "html", "description": "HTML string to render in the breadcrumb item", "xss": true }, { "prop": "text", "description": "Text to render in the breadcrumb item" } ], "events": [ { "event": "click", "description": "Emitted when clicked", "args": [ { "arg": "event", "type": "MouseEvent", "description": "Native click event object" } ] } ], "slots": [ { "name": "default", "description": "Content to place in the breadcrumb item" } ] } ] } }