UNPKG

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

27 lines (26 loc) 675 B
{ "name": "@bootstrap-vue/aspect", "version": "1.0.0", "meta": { "title": "Aspect", "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')" } ], "slots": [ { "name": "default", "description": "Content to place in the aspect" } ] } ] } }