bootstrap-vue
Version:
BootstrapVue provides one of the most comprehensive implementations of Bootstrap 4 components and grid system for Vue.js and with extensive and automated WAI-ARIA accessibility markup.
25 lines (24 loc) • 574 B
JSON
{
"name": "@bootstrap-vue/card",
"version": "1.0.0",
"meta": {
"title": "Card",
"component": "bCard",
"components": [
"bCardHeader",
"bCardFooter",
"bCardImg",
"bCardGroup"
],
"slots": [
{
"name": "header",
"description": "For custom rendering of header content"
},
{
"name": "footer",
"description": "For custom rendering of footer content"
}
]
}
}