bootstrap-vue
Version:
BootstrapVue, with more than 85 custom components, over 45 plugins, several custom directives, and over 300 icons, provides one of the most comprehensive implementations of Bootstrap v4 components and grid system for Vue.js. With extensive and automated W
22 lines (21 loc) • 568 B
JSON
{
"name": "@bootstrap-vue/aspect",
"version": "1.0.0",
"meta": {
"title": "Aspect",
"new": true,
"version": "2.9.0",
"description": "The `<b-aspect>` component can be used to maintain a minimum responsive aspect ratio for content.",
"components": [
{
"component": "BAspect",
"props": [
{
"prop": "aspect",
"description": "Aspect as a width to height numeric ratio (such as `1.5`) or `width:height` string (such as '16:9')"
}
]
}
]
}
}