ToastNotification icon indicating copy to clipboard operation
ToastNotification copied to clipboard

ToastNotification is a Minimal & Elegant Toast Notification Package for ASP.NET Core Web Applications that can be invoked via C#. Compatible with ASP.NET Core 3.1 and .NET 5.

Results 22 ToastNotification issues
Sort by recently updated
recently updated
newest added

If the method is in a foreach, it doesn't work. ![image](https://user-images.githubusercontent.com/8514244/118740006-76365280-b853-11eb-8e34-440292c5abf4.png)

It would be helpful if you add full width position, something like this: Postition.TopFull or Position.BottomFull. Thanks in advance.

In IE11, I Noticed the function call function pickTextColorBasedOnBgColorAdvanced(bgColor) is failing and I suspect its at the promise? line, var c = uicolors.map((col) => { if (col

I can see that the notification services accept an `int?` for the duration values, but there is an if on the base Notification class that converts `0` to `null`. This...

Added the ability to specify the need to sign inline js code using the Hash amount received in the response from the server. Added ability to sign js code with...

I've used this library quite a bit for my projects. I was wondering if Blazor support was still in the works or what was going on with that.

I am using asynchronous 'fetch' to send requests. The endpoint actions call the "_notyfService.Success" method, but the notyf doesn't work and it is not displayed on the screen. JS code:...

I want to change how the notification looks, not just the background color and icon. How can I apply custom classes or style it in any other way?

This merge request makes the notify service overridable. so that we users can override and add our solution to it.