jackbsteinberg / std-toast

120 stars 4 forks source link

Multiple Behavior #19

Open jackbsteinberg opened 5 years ago

jackbsteinberg commented 5 years ago

Many toast libraries surveyed supported displaying more than one toast at a time. Some libraries stack toasts, some queued them up and displayed them one after another. How should the configuration of showing multiple toasts be supported in the standard toast?

Currently the explainer has the multiple option for multiple handling strategy, and newestOnTop option for where the new toasts should stack on the .show() function.