Blazored / Toast

A JavaScript free toast library for Blazor and Razor Component applications
https://blazored.github.io/Toast/
MIT License
663 stars 92 forks source link

Add parameter for MaxItemsShown #104

Closed Mijalski closed 3 years ago

Mijalski commented 3 years ago

Added parameter determining how many toasts can be shown at once, the rest will be enqueued and shown after other toasts are no longer shown.

Resolves #37

Mijalski commented 3 years ago

Could you take a look at this issue? :)

chrissainty commented 3 years ago

@Mijalski Apologies I'm in the middle of a very busy couple of weeks. I'll try and look at this over the weekend but it might be next weekend if I'm honest. I will get to it though.