Toast icon indicating copy to clipboard operation
Toast copied to clipboard

A JavaScript free toast library for Blazor and Razor Component applications

Results 36 Toast issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** My users don't want "Success" toasts cluttering up the screen for very long, yet they want errors and warnings to...

Feature Request
Needs: More Information

The additional style classes (SuccessClass, ErrorClass etc) don't appear to be working in versions 4+ After updating a project from 3.2.2 to 4.1.0 the custom SuccessClass tags are not applied...

Bug
Needs: More Information

I have set X-Content-Type-Options: nosniff It blocks one of the style sheets complaining it didn't set the MIME type Refused to apply style from 'https://localhost:44305/_content/Blazored.Toast/blazored-toast.css' because its MIME type ('')...

Bug
Needs: More Information

**Describe the bug** Position incorrect when viewing in cell phone mode or narrow window on Blazor Server I set the Position like this in my MainLayout.razor ![image](https://github.com/Blazored/Toast/assets/44204964/03d0e35f-4774-49a1-864f-736910e48b71) If I maximize...

Bug
Triage

**Is your feature request related to a problem? Please describe.** I would like to try and see if I can make the Toasts working in Blazor .NET 8. The problem...

Feature Request
Triage

**Is your feature request related to a problem? Please describe.** Currently, icons from font-awesome, material design and the internal ones are available, but it would be quite nice to also...

Feature

I am interested in having toasts fade out, similar to how they fade in. I have tried to a apply a class that has a fade out animation, almost identical...

Feature

Hello and thank you for that great plugin ! I'm wondering what will be the effort using CSS variables. It will be so easy to overwrite some default values. For...

Feature
Needs: Design

@chrissainty this is the first draft of this feature. I have fixed some bugs with custom toasts (they did now follow MaxToastCount rule and queue logic) In code I have...