UNPKG

quasar

Version:

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

35 lines 809 B
{ "type": "component", "meta": { "docsUrl": "https://v1.quasar.dev/vue-components/card" }, "behavior": { "$listeners": { "desc": "All native events are being propagated (you don't need the '.native' modifier)" } }, "props": { "tag": { "type": "String", "desc": "HTML tag to render", "default": "div", "category": "content", "examples": [ "div", "form" ], "addedIn": "v1.8.4" }, "horizontal": { "type": "Boolean", "desc": "Display a horizontal section (will have no padding and can contain other QCardSection)", "category": "content", "addedIn": "v1.7.0" } }, "slots": { "default": { "desc": "Default slot in the devland unslotted content of the component" } } }