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

[Question] #113

Closed CrahunGit closed 3 years ago

CrahunGit commented 3 years ago

How can I change error icon when calling toastService.ShowError? I don't want to see mainlayout icon every time. If put any other BlazoredToasts element on page I see two toast instead on one.

chrissainty commented 3 years ago

You can't change the icon on a case by case basis right now. You can only set a global icon. Closing as a duplicate of #75