UNPKG

quasar

Version:

Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time

32 lines (27 loc) 640 B
{ "meta": { "docsUrl": "https://v1.quasar.dev/vue-components/card" }, "behavior": { "$listeners": true }, "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" }, "vertical": { "type": "Boolean", "desc": "Display actions one below the other", "category": "content" } }, "slots": { "default": { "desc": "Suggestions: QBtn" } } }