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
24 lines (23 loc) • 587 B
JSON
{
"name": "@bootstrap-vue/button-group",
"version": "1.0.0",
"meta": {
"title": "Button Group",
"description": "Group a series of buttons together on a single line with <b-button-group>.",
"components": [
{
"component": "BButtonGroup",
"description": "Group a series of buttons together on a single line",
"props": [
{
"prop": "vertical",
"description": "When set, rendered the button group in vertical mode"
}
],
"aliases": [
"BBtnGroup"
]
}
]
}
}