UNPKG

bootstrap-vue

Version:

BootstrapVue, with over 40 plugins and more than 75 custom components, provides one of the most comprehensive implementations of Bootstrap v4 components and grid system for Vue.js. With extensive and automated WAI-ARIA accessibility markup.

47 lines (46 loc) 1.15 kB
{ "name": "@bootstrap-vue/button", "version": "1.0.0", "meta": { "title": "Button", "description": "Use BootstrapVue's <b-button> component for actions in forms, dialogs, and more. Includes support for a handful of contextual variations, sizes, states, and more.", "components": [ { "component": "BButton", "aliases": [ "BBtn" ], "events": [ { "event": "click", "description": "Emitted when non-disabled button clicked", "args": [ { "name": "event", "description": "Native click event object" } ] } ] }, { "component": "BButtonClose", "aliases": [ "BBtnClose" ], "events": [ { "event": "click", "description": "Emitted when non-disabled button clicked", "args": [ { "name": "event", "description": "Native click event object" } ] } ] } ] } }