With our Javascript class FramelixToast you can create small toasts/notifications at the bottom
            right of the screen.
            Toasts are used to display simple messages to a user, without layout shifts and in an always visible
            position.
            Toasts can be stacked. To keep toasts from taking up the whole screen, only one toast at a time is
            displayed. The user will see how many messages are in the queue.
        
            The complete source including other functions can be found
            at