bootstrap-vue
Version:
BootstrapVue provides one of the most comprehensive implementations of Bootstrap 4 components and grid system for Vue.js and with extensive and automated WAI-ARIA accessibility markup.
39 lines (38 loc) • 1.09 kB
JSON
{
"name": "@bootstrap-vue/dropdown",
"version": "1.0.0",
"meta": {
"title": "Dropdown",
"component": "bDropdown",
"components": [
"bDropdownItem",
"bDropdownItemButton",
"bDropdownHeader",
"bDropdownDivider"
],
"events": [
{
"event": "shown",
"description": "Emitted When dropdown is shown"
},
{
"event": "hidden",
"description": "Emitted When dropdown is hidden"
},
{
"event": "click",
"description": "Emitted when split button clicked in split mode."
}
],
"slots": [
{
"name": "button-content",
"description": "Can be used to implement custom text with icons and more styling"
},
{
"name": "text",
"description": "Deprecated. please use 'button-content' slot instead."
}
]
}
}