![]() |
VOOZH | about |
dotnet add package BootstrapBlazor.Topology --version 10.0.0
NuGet\Install-Package BootstrapBlazor.Topology -Version 10.0.0
<PackageReference Include="BootstrapBlazor.Topology" Version="10.0.0" />
<PackageVersion Include="BootstrapBlazor.Topology" Version="10.0.0" />Directory.Packages.props
<PackageReference Include="BootstrapBlazor.Topology" />Project file
paket add BootstrapBlazor.Topology --version 10.0.0
#r "nuget: BootstrapBlazor.Topology, 10.0.0"
#:package BootstrapBlazor.Topology@10.0.0
#addin nuget:?package=BootstrapBlazor.Topology&version=10.0.0Install as a Cake Addin
#tool nuget:?package=BootstrapBlazor.Topology&version=10.0.0Install 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 new install Bootstrap.Blazor.Templates::*
dotnet new bbapp
Microsoft Market link
dotnet add package BootstrapBlazor
stylesheet javascripts file to your main index file - Pages/_Host.cshtml (Server) or wwwroot/index.html (WebAssembly)HTML
<!DOCTYPE html>
<html lang="en">
<head>
. . .
<link rel="stylesheet" href="_content/BootstrapBlazor/css/bootstrap.blazor.bundle.min.css">
</head>
<body>
. . .
<script src="_framework/blazor.server.js"></script>
<script src="_content/BootstrapBlazor/js/bootstrap.blazor.bundle.min.js"></script>
</body>
</html>
~/Startup.cs file in the and register the Bootstrap Blazor service:C#
namespace BootstrapBlazorAppName
{
public class Startup
{
public void ConfigureServices(IServiceCollection services)
{
//more code may be present here
services.AddBootstrapBlazor();
}
//more code may be present here
}
}
To create a new Bootstrap Blazor UI for Blazor application, use the Create New Project Wizard. The wizard detects all installed versions of Bootstrap Blazor for Blazor and lists them in the Version comboboxβthis enables you to start your project with the desired version. You can also get the latest version to make sure you are up to date.
To use the Create New Project Wizard, install the Bootstrap Blazor UI for Blazor Visual Studio Extensions. You can get it from the:
To start the wizard, use either of the following approaches
| 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 2 NuGet packages that depend on BootstrapBlazor.Topology:
| Package | Downloads |
|---|---|
|
HandeSoft.Blazor
Package Description |
|
|
BootstrapBlazor.Shared
Package Description |
Showing the top 1 popular GitHub repositories that depend on BootstrapBlazor.Topology:
| Repository | Stars |
|---|---|
|
dotnetcore/BootstrapBlazor
Bootstrap Blazor is an enterprise-level UI component library based on Bootstrap and Blazor.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.0 | 1,278 | 11/12/2025 |
| 10.0.0-rc.2.1.0 | 165 | 10/24/2025 |
| 9.0.2 | 422 | 10/24/2025 |
| 9.0.1 | 2,032 | 7/22/2025 |
| 9.0.1-beta01 | 600 | 7/22/2025 |
| 9.0.0 | 10,887 | 11/13/2024 |
| 9.0.0-beta02 | 164 | 11/7/2024 |
| 9.0.0-beta01 | 669 | 11/1/2024 |
| 8.3.1 | 259 | 10/28/2024 |
| 8.3.0 | 240 | 10/28/2024 |
| 8.2.0 | 903 | 10/16/2024 |
| 8.1.0 | 560 | 10/6/2024 |
| 8.0.9 | 2,497 | 7/9/2024 |
| 8.0.8 | 257 | 7/9/2024 |
| 8.0.7 | 599 | 6/17/2024 |
| 8.0.6 | 825 | 5/8/2024 |
| 8.0.5 | 369 | 5/6/2024 |
| 8.0.4 | 607 | 4/16/2024 |
| 8.0.3 | 333 | 4/13/2024 |
| 8.0.2 | 2,574 | 12/16/2023 |