{
  "name": "@bootstrap-vue/card",
  "version": "1.0.0",
  "meta": {
    "title": "Card",
    "description": "A card is a flexible and extensible content container. It includes options for headers and footers, a wide variety of content, contextual background colors, and powerful display options.",
    "components": [
      {
        "component": "BCard",
        "slots": [
          {
            "name": "header",
            "description": "For custom rendering of header content"
          },
          {
            "name": "footer",
            "description": "For custom rendering of footer content"
          }
        ]
      },
      "BCardHeader",
      "BCardFooter",
      "BCardBody",
      "BCardTitle",
      "BCardSubTitle",
      "BCardImg",
      "BCardImgLazy",
      "BCardText",
      "BCardGroup"
    ]
  }
}
