bootstrap-vue
Version:
With more than 85 components, over 45 available plugins, several directives, and 1000+ icons, BootstrapVue provides one of the most comprehensive implementations of the Bootstrap v4 component and grid system available for Vue.js v2.6, complete with extens
66 lines (65 loc) • 1.87 kB
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",
"props": [
{
"prop": "noBody",
"description": "When set, does not render a 'b-media-body' wrapper around the default slot content"
},
{
"prop": "rightAlign",
"description": "Render the 'aside' slot on the right. Default is on the left"
},
{
"prop": "verticalAlign",
"description": "Vertical alignment of the 'aside' slot: 'start' (or 'top'), 'center', or 'end' (or 'bottom')"
}
],
"slots": [
{
"name": "aside",
"description": "Media aside"
},
{
"name": "default",
"description": "Content to place in the media element"
}
]
},
{
"component": "BMediaAside",
"props": [
{
"prop": "right",
"description": "Position the 'aside' on the right. Default is on the left"
},
{
"prop": "verticalAlign",
"description": "Vertical alignment of the aside: 'start' (or 'top'), 'center', or 'end' (or 'bottom')"
}
],
"slots": [
{
"name": "default",
"description": "Content to place in the media aside"
}
]
},
{
"component": "BMediaBody",
"slots": [
{
"name": "default",
"description": "Content to place in the media body"
}
]
}
]
}
}