{
  "meta": {
    "docsUrl": "https://v2.quasar.dev/vue-components/breadcrumbs"
  },

  "mixins": ["composables/private.use-router-link/use-router-link"],

  "props": {
    "label": {
      "type": "String",
      "desc": "The label text for the breadcrumb",
      "examples": ["'Home'", "'Index'"],
      "category": "content"
    },

    "icon": {
      "extends": "icon"
    },

    "tag": {
      "extends": "tag",
      "default": "'span'",
      "examples": ["'div'", "'span'"]
    }
  },

  "slots": {
    "default": {
      "desc": "This is where custom content goes, unless 'icon' and 'label' props are not enough"
    }
  },

  "events": {
    "click": {
      "extends": "navigation-click"
    }
  }
}
