Blazored / Toast

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

[Feature Request] Overridable methods #256

Open KirillMakarichev opened 4 months ago

KirillMakarichev commented 4 months ago

Please make overridable methods(at least ShowToast, but the more the better). I'd love to add some logic to into the class or somehow change. I dont like the way you queue messages. The best way not to brake a written code by others is make the method overridable. Please!