![]() |
VOOZH | about |
dotnet add package BootstrapBlazor.FontAwesome --version 10.0.1
NuGet\Install-Package BootstrapBlazor.FontAwesome -Version 10.0.1
<PackageReference Include="BootstrapBlazor.FontAwesome" Version="10.0.1" />
<PackageVersion Include="BootstrapBlazor.FontAwesome" Version="10.0.1" />Directory.Packages.props
<PackageReference Include="BootstrapBlazor.FontAwesome" />Project file
paket add BootstrapBlazor.FontAwesome --version 10.0.1
#r "nuget: BootstrapBlazor.FontAwesome, 10.0.1"
#:package BootstrapBlazor.FontAwesome@10.0.1
#addin nuget:?package=BootstrapBlazor.FontAwesome&version=10.0.1Install as a Cake Addin
#tool nuget:?package=BootstrapBlazor.FontAwesome&version=10.0.1Install as a Cake Tool
👁 License
👁 Github build
👁 Repo Size
👁 Commit Date
👁 codecov
git clone https://github.com/dotnetcore/BootstrapBlazor.git
cd BootstrapBlazor/src/BootstrapBlazor.Server
dotnet run
dotnet add package BootstrapBlazor
_Imports.razor@using BootstrapBlazor.Components
MainLayout.razor<BootstrapBlazorRoot>
@Body
</BootstrapBlazorRoot>
it's either index.html or _Layout.cshtml/_Host.cshtml/App.razor depending on whether you're running WebAssembly or Server
<link rel="stylesheet" href="_content/BootstrapBlazor/css/bootstrap.blazor.bundle.min.css" />
<script src="_content/BootstrapBlazor/js/bootstrap.blazor.bundle.min.js"></script>
Program.csbuilder.Services.AddBootstrapBlazor();
<Display Value="@_text"></Display>
<Button Text="Button" OnClick="@ClickButton"></Button>
@code {
private string? _text;
private void ClickButton(MouseEventArgs e)
{
_text = DateTime.Now.ToString();
}
}
dotnet new install Bootstrap.Blazor.Templates::*
dotnet new bbapp
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 net6.0 is compatible. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 is compatible. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 5 NuGet packages that depend on BootstrapBlazor.FontAwesome:
| Package | Downloads |
|---|---|
|
ThingsGateway.Razor
Package Description |
|
|
HandeSoft.Blazor
Package Description |
|
|
UnifiedBlazor.UI.BootstrapBlazor
UnifiedBlazor框架的BootstrapBlazor UI库 |
|
|
Densen.Extensions.BootstrapBlazor
Densen Blazor组件库以及BootstrapBlazor服务扩展包 |
|
|
EnergyAssembly
Package Description |
Showing the top 7 popular GitHub repositories that depend on BootstrapBlazor.FontAwesome:
| Repository | Stars |
|---|---|
|
dotnetcore/BootstrapBlazor
Bootstrap Blazor is an enterprise-level UI component library based on Bootstrap and Blazor.
|
|
|
ArgoZhang/BootstrapAdmin
BootstrapAdmin - Free Premium Admin control Panel Based On Bootstrap 4.x
|
|
|
yupingyong/kite.gateway
基于Yarp的Api网关
|
|
|
densen2014/BlazorMaui
用 c # 和 Razor 创建本机移动应用和桌面应用。使用 Blazor.BB.Maui,可以快速开发共享代码库运行于 Windows (Winforms/WPF/UWP)、Android、iOS、macOS 的应用。
|
|
|
densen2014/BlazorHybrid
关于BlazorHybrid的一切研究. 用 c # 和 Razor 创建本机移动应用和桌面应用。快速开发共享代码库运行于 Windows (Winforms/WPF/UWP)、Android、iOS、macOS、Linux 的应用。
|
|
|
YSGStudyHards/EasySQLite
🦸♂️EasySQLite 是一个 .NET 9 操作 SQLite 入门到实战详细教程,主要是对学校班级,学生信息进行管理维护(包含选型、开发、发布、部署)!
|
|
|
densen2014/Blazor100
Blazor入门100天
|
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.1 | 37,127 | 2/11/2026 |
| 10.0.0 | 50,331 | 11/12/2025 |
| 9.1.2 | 33,071 | 10/3/2025 |
| 9.1.1 | 28,887 | 9/3/2025 |
| 9.1.0 | 26,942 | 7/24/2025 |
| 9.0.2 | 181,656 | 1/23/2025 |
| 9.0.1 | 18,430 | 12/6/2024 |
| 9.0.0 | 13,608 | 11/13/2024 |
| 9.0.0-beta02 | 209 | 11/7/2024 |
| 9.0.0-beta01 | 729 | 11/1/2024 |
| 8.2.0 | 16,197 | 10/16/2024 |
| 8.0.6 | 19,443 | 8/10/2024 |
| 8.0.5 | 5,164 | 7/22/2024 |
| 8.0.4 | 18,692 | 5/5/2024 |
| 8.0.3 | 371 | 5/4/2024 |
| 8.0.2 | 4,938 | 4/6/2024 |
| 8.0.1 | 20,632 | 12/2/2023 |
| 8.0.0 | 8,035 | 11/15/2023 |
| 7.5.0 | 14,164 | 9/8/2023 |
| 7.4.2 | 17,897 | 4/28/2023 |