BootBlazorUI 1.0.0-rc
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-rc
NuGet\Install-Package BootBlazorUI -Version 1.0.0-rc
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-rc" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BootBlazorUI --version 1.0.0-rc
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: BootBlazorUI, 1.0.0-rc"
#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-rc&prerelease // Install BootBlazorUI as a Cake Tool #tool nuget:?package=BootBlazorUI&version=1.0.0-rc&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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.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,019 | 7/8/2020 | |
1.1.0 | 450 | 6/28/2020 | |
1.0.0 | 535 | 6/22/2020 | |
1.0.0-rc | 422 | 5/25/2020 | |
1.0.0-preview3 | 367 | 5/10/2020 | |
1.0.0-preview2 | 430 | 5/2/2020 | |
1.0.0-preview1 | 381 | 4/30/2020 | |
0.8.0 | 501 | 4/22/2020 | |
0.7.0 | 487 | 4/15/2020 | |
0.6.1 | 474 | 4/13/2020 | |
0.6.0 | 490 | 4/9/2020 | |
0.5.0 | 505 | 4/3/2020 | |
0.4.0 | 567 | 3/28/2020 | |
0.3.0 | 583 | 3/28/2020 | |
0.2.0 | 502 | 3/20/2020 | |
0.1.0 | 531 | 3/19/2020 |
【修复】BootPagination 跳转到无法同步数据
【修复】BootDataGridTemplate 传入 RowSelectedArgs 参数
【新增】BootDataGrid 的列水平对齐参数
【优化】获取列 GetValue 时字段不存在返回 null,而不是引发异常