Skip to content

pgrho/blazor-toast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shipwreck.BlazorJqueryToast

Blazor wrapper for Jquery Toast Plugin

Usage

  1. Reference Shipwreck.BlazorJqueryToast from nuget.org
  2. Add <script> reference for jQuery in your Blazor HTML. (Jquery Toast Plugin is embedded in the package.)
  3. Reference _content/Shipwreck.BlazorJqueryToast/Shipwreck.BlazorJqueryToast.css
  4. Reference _content/Shipwreck.BlazorJqueryToast/Shipwreck.BlazorJqueryToast.js
// using Shipwreck.BlazorJqueryToast;
// IJSRuntime js;
js.ShowToastAsync(new ToastOptions
{
    Text = "text or HTML"
});

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published