quasar
Version:
Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time
37 lines (30 loc) • 666 B
JSON
{
"meta": {
"docsUrl": "https://v2.quasar.dev/vue-components/breadcrumbs"
},
"mixins": [ "composables/private/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" ]
},
"ripple": {
"extends": "ripple"
}
},
"slots": {
"default": {
"desc": "This is where custom content goes, unless 'icon' and 'label' props are not enough"
}
}
}