Skip to content

Commit

Permalink
Adding BlazorConfirm.
Browse files Browse the repository at this point in the history
BlazorConfirm is a JavaScript wrapper for `Window.Confirm`. Can execute code on modal confirmation.
  • Loading branch information
ctrl-alt-d committed Oct 23, 2018
1 parent 1f3a2f0 commit 748043e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -109,6 +109,7 @@ Please note that if you want to open Blazor projects in Visual Studio, you must
* [WordDaze](https://github.com/chrissainty/worddaze) Blogging application written using Blazor with a WebAPI backend.

## Extensions
* [BlazorConfirm](https://github.com/ctrl-alt-d/BlazorConfirm) A Blazor Wrapper for JS's `Window.confirm()` as .Net Blazor Component. Online [demo](https://ctrl-alt-d.github.io/BlazorConfirm/) available.
* [BlazorMaterial](https://github.com/BlazorExtensions/BlazorMaterial) Blazor components implementing Google's Material components for web.
* [BlazorOfficeUIFabric](https://github.com/BlazorExtensions/BlazorOfficeUIFabric) Microsoft Office Fabric UI port for Blazor.
* [BlazorSignalR](https://github.com/csnewman/BlazorSignalR) SignalR Core .NET client library for Blazor. It uses the C# client.
Expand Down

0 comments on commit 748043e

Please sign in to comment.