quasar
Version:
Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time
31 lines (25 loc) • 538 B
JSON
{
"meta": {
"docsUrl": "https://v1.quasar.dev/vue-components/breadcrumbs"
},
"mixins": [ "mixins/router-link" ],
"behavior": {
"$listeners": true
},
"props": {
"label": {
"type": "String",
"desc": "The label text for the breadcrumb",
"examples": [ "Home", "Index" ],
"category": "content"
},
"icon": {
"extends": "icon"
}
},
"slots": {
"default": {
"desc": "This is where custom content goes, unless 'icon' and 'label' props are not enough"
}
}
}