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.
82 lines (81 loc) • 2.11 kB
JSON
{
"name": "@bootstrap-vue/toast",
"version": "1.0.0",
"meta": {
"title": "Toasts",
"slug": "toast",
"beta": true,
"new": true,
"description": "Push notifications to your visitors with a toast, a lightweight and easily customizable alert message.",
"components": [
{
"component": "BToast",
"events": [
{
"event": "change",
"description": "Toast visibility state. Used to update the v-model.",
"args": [
{
"arg": "visible",
"description": "true if toast is visible, false otherwise."
}
]
},
{
"event": "show",
"description": "always emits just before toast is shown.",
"args": [
{
"arg": "bvEvt",
"description": "BvEvent object."
}
]
},
{
"event": "shown",
"description": "always emits when toast is shown.",
"args": [
{
"arg": "bvEvt",
"description": "BvEvent object."
}
]
},
{
"event": "hide",
"description": "always emits just before toast has hidden.",
"args": [
{
"arg": "bvEvt",
"description": "BvEvent object."
}
]
},
{
"event": "hidden",
"description": "always emits after toast is hidden",
"args": [
{
"arg": "bvEvt",
"description": "BvEvent object."
}
]
}
],
"slots": [
{
"name": "toast-title",
"description": "Toast title. Optionally scoped."
},
{
"name": "default",
"description": "Toast body content. Optionally scoped."
}
]
},
{
"component": "BToaster"
}
]
}
}