BootBlazorUI 1.0.0-preview2
This is a prerelease version of BootBlazorUI.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package BootBlazorUI --version 1.0.0-preview2
NuGet\Install-Package BootBlazorUI -Version 1.0.0-preview2
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="BootBlazorUI" Version="1.0.0-preview2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BootBlazorUI --version 1.0.0-preview2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: BootBlazorUI, 1.0.0-preview2"
#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 BootBlazorUI as a Cake Addin #addin nuget:?package=BootBlazorUI&version=1.0.0-preview2&prerelease // Install BootBlazorUI as a Cake Tool #tool nuget:?package=BootBlazorUI&version=1.0.0-preview2&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
BootBlazorUI 是基于 Bootstrap 4.x 版本并构建于 ASP.NET CORE 3.1 的 UI 库,不依赖于 JQuery 和 Bootstrap.js 实现所有交互,可应用于 Mvc / Razor Page / Blazor 等 Web 应用程序。
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.1
- Microsoft.AspNetCore.Components (>= 3.1.0)
- Microsoft.AspNetCore.Components.Forms (>= 3.1.0)
- Microsoft.AspNetCore.Components.Web (>= 3.1.0)
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 | |
---|---|---|---|
1.2.0 | 1,003 | 7/8/2020 | |
1.1.0 | 442 | 6/28/2020 | |
1.0.0 | 524 | 6/22/2020 | |
1.0.0-rc | 418 | 5/25/2020 | |
1.0.0-preview3 | 362 | 5/10/2020 | |
1.0.0-preview2 | 426 | 5/2/2020 | |
1.0.0-preview1 | 377 | 4/30/2020 | |
0.8.0 | 490 | 4/22/2020 | |
0.7.0 | 478 | 4/15/2020 | |
0.6.1 | 466 | 4/13/2020 | |
0.6.0 | 482 | 4/9/2020 | |
0.5.0 | 497 | 4/3/2020 | |
0.4.0 | 559 | 3/28/2020 | |
0.3.0 | 575 | 3/28/2020 | |
0.2.0 | 494 | 3/20/2020 | |
0.1.0 | 523 | 3/19/2020 |
主要是对 BootDataGrid 组件进行优化,使其能由外部灵活控制
【新增】LoadingText 属性
【新增】ShowLoading 方法
【新增】HideLoading 方法
【优化】ClickRow 方法,只需要指定行索引即可
【修复】HasRowCss / AddRowCss / RemoveRowCss 索引位置错误引发的问题