quasar
Version:
Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time
26 lines (22 loc) • 455 B
JSON
{
"meta": {
"docsUrl": "https://v2.quasar.dev/vue-components/card"
},
"props": {
"horizontal": {
"type": "Boolean",
"desc": "Display a horizontal section (will have no padding and can contain other QCardSection)",
"category": "content"
},
"tag": {
"extends": "tag",
"default": "div",
"examples": [ "div", "form" ]
}
},
"slots": {
"default": {
"extends": "default"
}
}
}