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