HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/projects/buyercall/node_modules/bootstrap-vue/src/components/breadcrumb/package.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": [
      {
        "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"
          }
        ]
      }
    ]
  }
}