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

Adds ability to clear all toasts or all toast types #137

Closed OliverBack closed 3 years ago

OliverBack commented 3 years ago

Resolves #103

Added clear toast methods on the toast service for all toast levels and custom toasts component. Added unit tests for additional methods and added examples to sample project