Blazor-Modal

[删除(380066935@qq.com或微信通知)]

更好的阅读体验请查看原文:https://github.com/Blazored/Modal

Blazored Modal

A powerful and customizable modal implementation for Blazor applications.

Getting Setup
You can install the package via the nuget package manager just search for Blazored.Modal. You can also install via powershell using the following command.

Install-Package Blazored.Modal
Or via the dotnet CLI.

dotnet add package Blazored.Modal