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.
22 lines (21 loc) • 506 B
JSON
{
"name": "@bootstrap-vue/media",
"version": "1.0.0",
"meta": {
"title": "Media",
"description": "The media object helps build complex and repetitive components where some media is positioned alongside content that doesn't wrap around said media.",
"components": [
{
"component": "BMedia",
"slots": [
{
"name": "aside",
"description": "Media Aside"
}
]
},
"BMediaAside",
"BMediaBody"
]
}
}