UNPKG

bootstrap-vue

Version:

BootstrapVue, with over 40 plugins and more than 75 custom components, provides one of the most comprehensive implementations of Bootstrap v4 components and grid system for Vue.js. With extensive and automated WAI-ARIA accessibility markup.

33 lines (32 loc) 834 B
{ "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" ] } }