custom-bootstrap-vue
Version:
Custom version of bootstrap-vue created for providing specific theme to a particular project
21 lines (20 loc) • 537 B
JSON
{
"name": "@custom-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')"
}
]
}
]
}
}