quasar
Version:
Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time
37 lines (33 loc) • 760 B
JSON
{
"meta": {
"docsUrl": "https://v2.quasar.dev/vue-components/card"
},
"props": {
"align": {
"type": "String",
"desc": "Specify how to align the actions; For horizontal mode, the default is 'left', while for vertical mode, the default is 'stretch'",
"default": "# 'left'/'stretch'",
"__runtimeDefault": true,
"values": [
"'left'",
"'center'",
"'right'",
"'between'",
"'around'",
"'evenly'",
"'stretch'"
],
"category": "content"
},
"vertical": {
"type": "Boolean",
"desc": "Display actions one below the other",
"category": "content"
}
},
"slots": {
"default": {
"desc": "Suggestions: QBtn"
}
}
}