blazor-lumen-boilerplate

Snackbar Notifications

For technical information read the snackbar notifications reference document.

Blazor

await JSRuntime.InvokeVoidAsync("Notify", "Notification message.");

JavaScript

Notify("Notificaiton message.");