BootstrapBlazor.SummerNote
10.0.2
Prefix Reserved
dotnet add package BootstrapBlazor.SummerNote --version 10.0.2
NuGet\Install-Package BootstrapBlazor.SummerNote -Version 10.0.2
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="BootstrapBlazor.SummerNote" Version="10.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BootstrapBlazor.SummerNote" Version="10.0.2" />
<PackageReference Include="BootstrapBlazor.SummerNote" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add BootstrapBlazor.SummerNote --version 10.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: BootstrapBlazor.SummerNote, 10.0.2"
#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.
#:package BootstrapBlazor.SummerNote@10.0.2
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=BootstrapBlazor.SummerNote&version=10.0.2
#tool nuget:?package=BootstrapBlazor.SummerNote&version=10.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Bootstrap Blazor Component
A set of enterprise-class UI components based on Bootstrap and Blazor.
Features
- Enterprise-class UI designed for web applications.
- A set of high-quality Blazor components out of the box.
- Supports WebAssembly-based client-side and SignalR-based server-side UI event interaction.
- Supports Progressive Web Applications (PWA).
- Build with C#, a multi-paradigm static language for an efficient development experience.
- .NET 6.0, with direct reference to the rich .NET ecosystem.
- Seamless integration with existing ASP.NET Core MVC and Razor Pages projects.
Online Examples
Installation Guide
- Install .net core sdk Official website
- Install Visual Studio lastest Official website
git clone https://github.com/dotnetcore/BootstrapBlazor.git
cd BootstrapBlazor/src/BootstrapBlazor.Server
dotnet run
Quick Installation Guide
Install Package
dotnet add package BootstrapBlazor
Add the following to _Imports.razor
@using BootstrapBlazor.Components
Add the following to the MainLayout.razor
<BootstrapBlazorRoot>
@Body
</BootstrapBlazorRoot>
Add the following to your HTML head section
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" />
Add the following script at the end of the body
<script src="_content/BootstrapBlazor/js/bootstrap.blazor.bundle.min.js"></script>
Add the following to the relevant sections of Program.cs
builder.Services.AddBootstrapBlazor();
Usage
<Display Value="@_text"></Display>
<Button Text="Button" OnClick="@ClickButton"></Button>
@code {
private string? _text;
private void ClickButton(MouseEventArgs e)
{
_text = DateTime.Now.ToString();
}
}
Install CLI Template
- Install the template
dotnet new install Bootstrap.Blazor.Templates::*
- Create the Boilerplate project with the template
dotnet new bbapp
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 is compatible. 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 is compatible. 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 is compatible. 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 is compatible. 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. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- BootstrapBlazor (>= 10.0.0)
-
net6.0
- BootstrapBlazor (>= 10.0.0)
-
net7.0
- BootstrapBlazor (>= 10.0.0)
-
net8.0
- BootstrapBlazor (>= 10.0.0)
-
net9.0
- BootstrapBlazor (>= 10.0.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on BootstrapBlazor.SummerNote:
| Package | Downloads |
|---|---|
|
WASU.Rcl
Package Description |
|
|
BootstrapBlazor.Shared
Package Description |
|
|
ZhuoPu_SModel
Package Description |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on BootstrapBlazor.SummerNote:
| Repository | Stars |
|---|---|
|
dotnetcore/WTM
Use WTM to write .netcore app fast !!!
|
|
|
dotnetcore/BootstrapBlazor
Bootstrap Blazor is an enterprise-level UI component library based on Bootstrap and Blazor.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.2 | 46 | 12/22/2025 |
| 10.0.1 | 42 | 12/21/2025 |
| 10.0.0 | 1,278 | 11/12/2025 |
| 9.0.9 | 184 | 11/8/2025 |
| 9.0.8 | 182 | 11/7/2025 |
| 9.0.7 | 1,669 | 8/19/2025 |
| 9.0.6 | 238 | 8/18/2025 |
| 9.0.5 | 199 | 8/18/2025 |
| 9.0.4 | 3,870 | 5/21/2025 |
| 9.0.3 | 4,219 | 2/10/2025 |
| 9.0.2 | 3,512 | 12/10/2024 |
| 9.0.1 | 887 | 11/18/2024 |
| 9.0.0 | 474 | 11/13/2024 |
| 9.0.0-beta06 | 121 | 11/11/2024 |
| 9.0.0-beta05 | 112 | 11/9/2024 |
| 9.0.0-beta04 | 137 | 11/9/2024 |
| 9.0.0-beta03 | 107 | 11/9/2024 |
| 9.0.0-beta02 | 111 | 11/7/2024 |
| 9.0.0-beta01 | 469 | 11/1/2024 |
| 8.2.0 | 1,776 | 10/16/2024 |
| 8.1.0 | 286 | 10/13/2024 |
| 8.0.4 | 934 | 9/15/2024 |
| 8.0.3 | 4,424 | 4/25/2024 |
| 8.0.2 | 2,318 | 3/18/2024 |
| 8.0.1 | 3,430 | 11/19/2023 |
| 8.0.0 | 1,613 | 11/15/2023 |
| 7.3.4 | 8,884 | 7/18/2023 |
| 7.3.3 | 610 | 7/8/2023 |
| 7.3.2 | 2,594 | 5/25/2023 |
| 7.3.1 | 294 | 5/24/2023 |
| 7.3.0 | 512 | 5/14/2023 |
| 7.2.1 | 733 | 4/28/2023 |
| 7.2.0 | 1,159 | 4/15/2023 |
| 7.1.0 | 4,545 | 3/30/2023 |
| 7.0.0 | 8,948 | 11/10/2022 |
| 6.1.0 | 1,224 | 10/9/2022 |
| 6.0.2 | 3,158 | 6/20/2022 |
| 6.0.1 | 2,813 | 5/12/2022 |
| 6.0.0 | 757 | 5/10/2022 |