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