Blame view

node_modules/bootstrap-vue/src/components/embed/package.json 896 Bytes
4cd4fd28   郭伟龙   feat: 初始化项目
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "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"
          }
        ]
      }
    ]
  }
}