BootstrapBlazor.Chart 9.0.0-beta01

Prefix Reserved
This is a prerelease version of BootstrapBlazor.Chart.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package BootstrapBlazor.Chart --version 9.0.0-beta01                
NuGet\Install-Package BootstrapBlazor.Chart -Version 9.0.0-beta01                
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.Chart" Version="9.0.0-beta01" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BootstrapBlazor.Chart --version 9.0.0-beta01                
#r "nuget: BootstrapBlazor.Chart, 9.0.0-beta01"                
#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.
// Install BootstrapBlazor.Chart as a Cake Addin
#addin nuget:?package=BootstrapBlazor.Chart&version=9.0.0-beta01&prerelease

// Install BootstrapBlazor.Chart as a Cake Tool
#tool nuget:?package=BootstrapBlazor.Chart&version=9.0.0-beta01&prerelease                

Bootstrap Blazor Component

A set of enterprise-class UI components based on Bootstrap and Blazor.

License Github build Repo Size Commit Date codecov


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 Standard 2.1 based, with direct reference to the rich .NET ecosystem.
  • Supports NET5. (Server-Side, WASM)
  • Seamless integration with existing ASP.NET Core MVC and Razor Pages projects.

Online Examples

website

Installation Guide

git clone https://github.com/dotnetcore/BootstrapBlazor.git
cd BootstrapBlazor/src/BootstrapBlazor.Server
dotnet run

Create a new project from the dotnet new template

  1. Install the template

dotnet new install Bootstrap.Blazor.Templates::*

  1. Create the Boilerplate project with the template

dotnet new bbapp

Install Bootstrap Blazor Project Template

  1. Download Project Template

Microsoft Market link

  1. Double Click BootstrapBlazor.UITemplate.vsix

Import Bootstrap Blazor into an existing project

  1. Go to the project folder of the application and install the Nuget package reference

dotnet add package BootstrapBlazor

  1. Add the 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>
  1. Open the ~/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
    }
}

Visual Studio Integration

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.

  1. Get the Wizard

To use the Create New Project Wizard, install the Bootstrap Blazor UI for Blazor Visual Studio Extensions. You can get it from the:

  • Visual Studio Marketplace (for Windows)
  1. Start the Wizard

To start the wizard, use either of the following approaches

Using the Project menu:

  • Click File > New > Project.
  • Find and click the C# Blazor Application option (you can use the search, or filter by Blazor templates).
  • Follow the wizard.
Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on BootstrapBlazor.Chart:

Package Downloads
ThingsGateway.Admin.Razor

Package Description

BlazorShared

BlazorMaui , 整合Blazor,BootstrapBlazor UI组件库,Maui的共享跨平台工程示例共享库

BootstrapBlazor.Shared

Package Description

ZhuoPu_SModel

Package Description

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on BootstrapBlazor.Chart:

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.
ThingsGateway/ThingsGateway
ThingsGateway is a cross platform high-performance edge acquisition gateway based on Net8, providing underlying PLC communication libraries, communication debugging software, and more.
densen2014/BlazorMaui
用 c # 和 Razor 创建本机移动应用和桌面应用。使用 Blazor.BB.Maui,可以快速开发共享代码库运行于 Windows (Winforms/WPF/UWP)、Android、iOS、macOS 的应用。
Version Downloads Last updated
9.0.0-beta02 33 11/7/2024
9.0.0-beta01 96 11/1/2024
8.4.0 822 10/16/2024
8.2.3 5,308 8/19/2024
8.2.2 146 8/18/2024
8.2.1 120 8/18/2024
8.2.0 312 8/17/2024
8.1.10 165 8/16/2024
8.1.9 342 8/14/2024
8.1.8 170 8/13/2024
8.1.7 143 8/13/2024
8.1.6 1,729 7/21/2024
8.1.5 3,817 5/11/2024
8.1.4 96 5/11/2024
8.1.3 214 5/9/2024
8.1.2 137 5/8/2024
8.1.1 103 5/8/2024
8.1.0 1,806 3/11/2024
8.0.2 233 3/5/2024
8.0.1 3,690 11/22/2023
8.0.0 329 11/15/2023
7.6.1 2,642 10/11/2023
7.6.0 4,143 6/30/2023
7.5.4 1,340 6/16/2023
7.5.3 308 6/14/2023
7.5.2 3,267 4/20/2023
7.5.1 450 4/15/2023
7.5.0 316 4/14/2023
7.4.1 260 4/13/2023
7.4.0 257 4/13/2023
7.3.0 280 4/13/2023
7.2.0 440 4/9/2023
7.1.1 524 4/1/2023
7.1.0 678 3/22/2023
7.0.2 1,322 3/6/2023
7.0.1 3,703 12/23/2022
7.0.0 1,812 11/10/2022
6.0.0 13,398 11/13/2021
5.3.0 1,791 9/25/2021
5.2.0 1,431 9/20/2021
5.1.1 1,199 8/3/2021
5.1.0 400 8/3/2021
5.0.21 1,108 6/10/2021
5.0.20 518 6/3/2021
5.0.19 414 6/3/2021
5.0.19-beta03 281 6/2/2021
5.0.19-beta02 324 5/31/2021
5.0.19-beta01 322 5/30/2021
5.0.18 1,370 4/22/2021
5.0.17 486 4/15/2021
5.0.16 773 4/8/2021
5.0.16-beta02 277 4/7/2021
5.0.16-beta01 292 4/5/2021
5.0.15 439 4/5/2021
5.0.14 412 4/5/2021
5.0.13 425 4/1/2021
5.0.12 543 3/24/2021
5.0.11 603 3/18/2021
5.0.10 419 3/18/2021
5.0.9 565 3/10/2021
5.0.8 625 3/4/2021
5.0.7 452 2/21/2021
5.0.6 762 2/10/2021
5.0.5 605 1/28/2021
5.0.5-beta01 606 1/17/2021
5.0.4 510 1/14/2021
5.0.3 668 1/3/2021
5.0.2 477 12/26/2020
5.0.1 605 12/23/2020
5.0.0 882 11/12/2020
3.1.2 590 11/12/2020
3.1.1 930 11/10/2020
3.1.1-beta02 457 10/31/2020
3.1.1-beta01 507 10/30/2020
3.1.0 582 10/30/2020
3.1.0-beta02 362 10/28/2020
3.1.0-beta01 382 10/27/2020