-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request: Toastr Notifications #3
Comments
I'm trying to learn about extensions, so I decided to create a project: |
From the gitter discussion, There's also https://github.com/sotsera/sotsera.blazor.toaster |
I'm onboarding HTML5 Notifications API project from @vertonghenb here https://github.com/BlazorExtensions/Notifications The original repo: https://github.com/vertonghenb/Blazor.Notifications He is porting his project to our structure and soon will be a nuget package out. |
Haven't had a chance to play with HTML5 Notifications. How customizable are they compared to JS solutions? It seems like they are very static, design wise. |
|
I just realized that it requires JQuery, so I'm dropping it for now. Will implement one pure in C# when I got time. |
@ransagy |
Yeah, avoid statics at all cost 👍 |
Did we have any updates on this? If that is not going to be maintained, I'll drop the repo for now. Thanks! |
Can we have a Toastr Extension?
I'm trying to implement myself, but I still have a lot to learn.
The text was updated successfully, but these errors were encountered: