UNPKG

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.

40 lines (39 loc) 1.16 kB
{ "name": "@bootstrap-vue/collapse", "version": "1.0.0", "meta": { "title": "Collapse", "component": "bCollapse", "directives": [ "vBToggle" ], "events": [ { "event": "show", "description": "emitted when collaspe has started to open" }, { "event": "shown", "description": "emitted when collaspe has finised opening" }, { "event": "hide", "description": "emitted when collaspe has started to close" }, { "event": "hidden", "description": "emitted when collaspe has finished closing" }, { "event": "bv::toggle::collapse", "description": "toggles visible state of collaspe when this event is emitted on $root", "args": [ { "arg": "id", "description": "collapse id to toggle" } ] } ] } }