CC.Blazor.Dx 21.2.7

dotnet add package CC.Blazor.Dx --version 21.2.7
NuGet\Install-Package CC.Blazor.Dx -Version 21.2.7
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CC.Blazor.Dx" Version="21.2.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CC.Blazor.Dx --version 21.2.7
#r "nuget: CC.Blazor.Dx, 21.2.7"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install CC.Blazor.Dx as a Cake Addin
#addin nuget:?package=CC.Blazor.Dx&version=21.2.7

// Install CC.Blazor.Dx as a Cake Tool
#tool nuget:?package=CC.Blazor.Dx&version=21.2.7

CC.Blazor.Dx

基于DevExpress Blazor控件,补充缺失组件(通知、对话框等),再次分装进一步简化组件使用,最终目标是提高开发效率。

Based on the DevExpress Blazor control, the missing components (notifications, dialog boxes, etc.) are supplemented, and the components are repackaged again to further simplify the use of components. The ultimate goal is to improve development efficiency.

Install

Program.cs
builder.Services.AddCCBlazor();
App.razor
<CcContainer/>

Demo

https://timtools.chaochao.dev

MessageBox

A

[Inject] CcMeesageBoxService MsgSrv { get; set; }

result = await MsgSrv.ShowOkCancelAsync("我是询问");
if (result != CcMeesageBoxResult.Ok) return;
//do something
StateHasChanged();

Toast

2

[Inject] CcToastService ToastSrv { get; set; }

ToastSrv.Success(DateTime.Now.ToString());
ToastSrv.Warning(DateTime.Now.ToString());
ToastSrv.Error(DateTime.Now.ToString());
ToastSrv.Info(DateTime.Now.ToString());
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
21.2.7 505 4/21/2022
21.2.5.1 412 3/31/2022
1.0.7 289 1/17/2022
1.0.6 246 1/17/2022
1.0.5 267 12/28/2021
1.0.4 245 12/28/2021
1.0.3 243 12/25/2021
1.0.2 247 12/25/2021
1.0.1 233 12/25/2021
1.0.0 256 12/25/2021