Blazored / Toast

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

Possible to include Icons with the Toast (Checkmark, X, etc) #22

Closed aherrick closed 5 years ago

aherrick commented 5 years ago

Is it possible to include icons similar to this project? I'm using Blazored Toast because it supports Server side :) https://blazor-toaster.sotsera.com/

chrissainty commented 5 years ago

This is definitely possible. Where about would you like to be able to set icons? Just to the left of the main text, like in the library you linked to?

aherrick commented 5 years ago

Hi @chrissainty Yep I think that makes sense it just adds a little extra pop to the toast :) I just wasn't sure if the plugin was currently setup to support (doesn't appear so)

Thanks!

chrissainty commented 5 years ago

I'm now about to merge a PR with a few improvements including the icon option you've requested @aherrick. Should hit NuGet in the next half hour.