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

Adds custom icon implementation #213

Open Cvijo opened 1 year ago

Cvijo commented 1 year ago

Resolves #212

taylorchasewhite commented 1 year ago

I don't think this is the right way to approach this problem, since it allows only for passing a static HTML string to the component, and completely bypasses Blazor's rendering engine.

I think what makes more sense is you pass a RenderFragment, or just a component inheriting from ComponentBase to the options argument.