![]() |
VOOZH | about |
dotnet add package BootstrapBlazor.BaiduSpeech --version 10.0.2
NuGet\Install-Package BootstrapBlazor.BaiduSpeech -Version 10.0.2
<PackageReference Include="BootstrapBlazor.BaiduSpeech" Version="10.0.2" />
<PackageVersion Include="BootstrapBlazor.BaiduSpeech" Version="10.0.2" />Directory.Packages.props
<PackageReference Include="BootstrapBlazor.BaiduSpeech" />Project file
paket add BootstrapBlazor.BaiduSpeech --version 10.0.2
#r "nuget: BootstrapBlazor.BaiduSpeech, 10.0.2"
#:package BootstrapBlazor.BaiduSpeech@10.0.2
#addin nuget:?package=BootstrapBlazor.BaiduSpeech&version=10.0.2Install as a Cake Addin
#tool nuget:?package=BootstrapBlazor.BaiduSpeech&version=10.0.2Install 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 1 NuGet packages that depend on BootstrapBlazor.BaiduSpeech:
| Package | Downloads |
|---|---|
|
BootstrapBlazor.Shared
Package Description |
Showing the top 1 popular GitHub repositories that depend on BootstrapBlazor.BaiduSpeech:
| Repository | Stars |
|---|---|
|
dotnetcore/BootstrapBlazor
Bootstrap Blazor is an enterprise-level UI component library based on Bootstrap and Blazor.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.2 | 799 | 1/7/2026 |
| 10.0.1 | 639 | 11/13/2025 |
| 10.0.0 | 378 | 11/12/2025 |
| 9.0.0 | 12,202 | 11/13/2024 |
| 9.0.0-beta02 | 152 | 11/7/2024 |
| 9.0.0-beta01 | 662 | 11/1/2024 |
| 8.1.1 | 944 | 10/13/2024 |
| 8.1.0 | 1,457 | 8/21/2024 |
| 8.0.0 | 4,441 | 11/15/2023 |
| 7.1.0 | 5,889 | 1/10/2023 |
| 7.0.0 | 999 | 11/10/2022 |
| 6.0.9 | 2,347 | 7/20/2022 |
| 6.0.8 | 1,487 | 5/13/2022 |
| 6.0.7 | 619 | 5/12/2022 |
| 6.0.6 | 627 | 5/11/2022 |
| 6.0.5 | 635 | 5/9/2022 |
| 6.0.4 | 598 | 5/9/2022 |
| 6.0.3 | 937 | 4/15/2022 |
| 6.0.2 | 640 | 4/14/2022 |
| 6.0.1 | 621 | 4/13/2022 |