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

30 lines (29 loc) 896 B
{ "name": "@bootstrap-vue/embed", "version": "1.0.0", "meta": { "title": "Embed", "description": "Create responsive video or slideshow embeds based on the width of the parent by creating an intrinsic ratio that scales on any device.", "components": [ { "component": "BEmbed", "props": [ { "prop": "aspect", "description": "Aspect ratio of the embed. Supported values are '16by9', '21by9', '4by3', and '1by1' and are translated to CSS classes. Refer to the docs for more details" }, { "prop": "type", "description": "Type of embed. Possible values are 'iframe', 'video', 'embed' and 'object'" } ], "slots": [ { "name": "default", "description": "Content to place in the embed" } ] } ] } }