34 lines
No EOL
701 B
JSON
34 lines
No EOL
701 B
JSON
{
|
|
"type": "component",
|
|
"meta": {
|
|
"docsUrl": "https://v2.quasar.dev/vue-components/card"
|
|
},
|
|
"props": {
|
|
"align": {
|
|
"type": "String",
|
|
"desc": "Specify how to align the actions",
|
|
"default": "left (for horizontal mode) / stretch (for vertical mode)",
|
|
"values": [
|
|
"left",
|
|
"center",
|
|
"right",
|
|
"between",
|
|
"around",
|
|
"evenly",
|
|
"stretch"
|
|
],
|
|
"category": "content",
|
|
"required": false
|
|
},
|
|
"vertical": {
|
|
"type": "Boolean",
|
|
"desc": "Display actions one below the other",
|
|
"category": "content"
|
|
}
|
|
},
|
|
"slots": {
|
|
"default": {
|
|
"desc": "Suggestions: QBtn"
|
|
}
|
|
}
|
|
} |