\n Toasts are slightly translucent, too, so they blend over whatever\n they might appear over. For browsers that support the\n backdrop-filter
CSS property, they also attempt to\n blur the elements under the toast.\n
\n Generate a dynamic toast from anywhere in your app via the\n this.$bvToast
Vue component instance injection,\n without the need to place a <b-toast>
component\n in your app.\n
\n BootstrapVue toasts provide custom CSS to define color variants.\n Variants follow the standard Bootstrap v4 variant names. If you\n have custom SCSS defined Bootstrap color theme variants, the toast\n custom SCSS will automatically create toast variants for you\n (refer to the\n \n Theming\n \n reference section).\n
\n\n The below toasters place the toasts in a stacked (columnar\n format), fixed within the viewport (meaning they will always be in\n view regardless of viewport scroll position). If there are more\n toasts than can fit on the viewport screen, some will be visually\n hidden offscreen until other toasts are closed/hidden.\n
\n