\n Push notifications to your visitors with a toast, a lightweight\n and easily customizable alert message.\n
\n\n\n Toasts are as flexible as you need and have very little\n required markup. At a minimum, we require a single element to\n contain your “toasted” content and strongly encourage a\n dismiss button.\n
\n\n Toasts are slightly translucent, too, so they blend over\n whatever they might appear over. For browsers that support the\n backdrop-filter CSS property, we’ll also attempt to blur the\n elements under a toast.\n
\n\n\n When you have multiple toasts, we default to vertiaclly\n stacking them in a readable manner.\n
\n\n Place toasts with custom CSS as you need them. The top right\n is often used for notifications, as is the top middle. If\n you’re only ever going to show one toast at a time, put the\n positioning styles right on the\n .toast
.\n
\n Alerts are available for any length of text, as well as an\n optional dismiss button. For proper styling, use one of the eight\n required contextual classes (e.g.,\n variant
).\n
\n Add a dismiss button and the\n .alert-dismissible
class, which adds extra padding to\n the right of the alert and positions the\n .close
button.\n
\n Use\n .bg-*
, .border-0
classes.\n
\n Use\n .bg-*
, .border-0
classes.\n