{
  "mixins": [ "mixins/tag" ],

  "meta": {
    "docsUrl": "https://v1.quasar.dev/vue-components/card"
  },

  "behavior": {
    "$listeners": true
  },

  "props": {
    "horizontal": {
      "type": "Boolean",
      "desc": "Display a horizontal section (will have no padding and can contain other QCardSection)",
      "category": "content",
      "addedIn": "v1.7.0"
    },

    "tag": {
      "examples": [ "div", "form" ],
      "addedIn": "v1.8.4"
    }
  },

  "slots": {
    "default": {
      "extends": "default"
    }
  }
}
