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.

36 lines (35 loc) 1.01 kB
{ "name": "@bootstrap-vue/alert", "version": "1.0.0", "meta": { "title": "Alert", "description": "Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages.", "components": [ { "component": "BAlert", "events": [ { "event": "dismissed", "description": "Alert dismissed either via the dismiss close button or when the dismiss countdown has expired" }, { "event": "dismiss-count-down", "description": "When prop show is a number, this event emits every second on countdown.", "args": [ { "arg": "dismissCountDown", "description": "Time remaining to dismissed" } ] } ], "slots": [ { "name": "dismiss", "description": "Content for the dismiss button." } ] } ] } }