quasar
Version:
Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time
27 lines (22 loc) • 452 B
JSON
{
"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"
}
}
}