common-intellisense
Version:
25 lines • 479 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"
}
}
}