![]() |
VOOZH | about |
dotnet add package BootstrapBlazor.AzureTranslator --version 10.0.1
NuGet\Install-Package BootstrapBlazor.AzureTranslator -Version 10.0.1
<PackageReference Include="BootstrapBlazor.AzureTranslator" Version="10.0.1" />
<PackageVersion Include="BootstrapBlazor.AzureTranslator" Version="10.0.1" />Directory.Packages.props
<PackageReference Include="BootstrapBlazor.AzureTranslator" />Project file
paket add BootstrapBlazor.AzureTranslator --version 10.0.1
#r "nuget: BootstrapBlazor.AzureTranslator, 10.0.1"
#:package BootstrapBlazor.AzureTranslator@10.0.1
#addin nuget:?package=BootstrapBlazor.AzureTranslator&version=10.0.1Install as a Cake Addin
#tool nuget:?package=BootstrapBlazor.AzureTranslator&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. |
This package is not used by any NuGet packages.
Showing the top 1 popular GitHub repositories that depend on BootstrapBlazor.AzureTranslator:
| Repository | Stars |
|---|---|
|
dotnetcore/BootstrapBlazor
Bootstrap Blazor is an enterprise-level UI component library based on Bootstrap and Blazor.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.1 | 782 | 1/7/2026 |
| 10.0.0 | 633 | 11/12/2025 |
| 9.0.1 | 333 | 11/12/2025 |
| 9.0.0 | 12,187 | 11/13/2024 |
| 9.0.0-beta03 | 157 | 11/11/2024 |
| 9.0.0-beta02 | 139 | 11/7/2024 |
| 9.0.0-beta01 | 664 | 11/1/2024 |
| 8.1.1 | 915 | 10/13/2024 |
| 8.1.0 | 1,354 | 8/21/2024 |
| 8.0.0 | 4,099 | 12/9/2023 |