Info
Version: | 0.9.7 |
Author(s): | Simon Sprott |
Last Update: | Tuesday, April 14, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/LiquidTechnologies/blazor-modal-dialog |
NuGet Url: | https://www.nuget.org/packages/LiquidTechnologies.Blazor.ModalDialog |
Install
Install-Package LiquidTechnologies.Blazor.ModalDialog
dotnet add package LiquidTechnologies.Blazor.ModalDialog
paket add LiquidTechnologies.Blazor.ModalDialog
LiquidTechnologies.Blazor.ModalDialog Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Components(>= 3.1.2)
- Microsoft.AspNetCore.Components.Web(>= 3.1.2)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 3.1.2)
Tags
Async methods allow dialogs to return values. Allows nested dialogs (i.e. a dialog can open a child dialog). Supports Blazor WebAssembly and Server.
Includes Windows style Message Box for quick user feedback.