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.

33 lines (32 loc) 794 B
{ "name": "@bootstrap-vue/tabs", "version": "1.0.0", "meta": { "title": "Tabs", "component": "bTabs", "components": [ "bTab" ], "events": [ { "event": "input", "description": "Emits when a tab is shown. USed to update the v-model", "args": [ { "arg": "tab_index" } ] } ], "slots": [ { "name": "tabs", "description": "Additional tabs without content" }, { "name": "empty", "description": "Renders this slot if no tabs are present" } ] } }