BootstrapBlazor.TableExport 10.0.1

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 6.0, with direct reference to the rich .NET ecosystem.
  • 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

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

  1. Install the template
dotnet new install Bootstrap.Blazor.Templates::*
  1. Create the Boilerplate project with the template
dotnet new bbapp

No packages depend on BootstrapBlazor.TableExport.

https://github.com/BootstrapBlazor/BootstrapBlazor.Extensions/releases?wt.mc_id=DT-MVP-5004174

.NET 6.0

.NET 7.0

.NET 8.0

.NET 9.0

.NET 10.0

Version Downloads Last updated
10.0.1 4 11/21/2025
10.0.0 5 11/13/2025
9.2.7 11 10/08/2025
9.2.6 11 06/27/2025
9.2.5 16 05/31/2025
9.2.4 22 04/26/2025
9.2.3 19 04/24/2025
9.2.2 20 03/30/2025
9.2.1 20 02/22/2025
9.1.1 24 02/02/2025
9.1.0 32 01/18/2025
9.0.1 27 12/26/2024
9.0.0 29 11/19/2024
9.0.0-beta02 24 11/26/2024
9.0.0-beta01 30 11/15/2024
8.4.0 29 12/12/2024
8.3.0 28 11/15/2024
8.2.1 26 12/04/2024
8.2.0 29 11/15/2024
8.1.0 37 05/20/2024
8.1.0-beta02 27 12/28/2024
8.1.0-beta01 26 12/27/2024
8.0.7 28 11/15/2024
8.0.6 26 12/01/2024
8.0.5 30 11/15/2024
8.0.4 25 12/03/2024
8.0.4-beta01 24 11/16/2024
8.0.3 35 03/23/2024
8.0.2 31 12/06/2024
8.0.1 33 06/02/2024
8.0.1-beta02 26 11/16/2024
8.0.1-beta01 21 12/27/2024
8.0.0 38 03/23/2024
7.6.1 31 06/02/2024
7.6.0 35 06/02/2024
7.5.0 33 06/02/2024
7.4.0 36 06/02/2024
7.3.0 31 06/02/2024
7.2.0 31 06/02/2024
7.1.1 31 06/02/2024
7.1.0 34 06/02/2024
7.0.0 30 06/02/2024
6.0.0 36 06/02/2024
5.3.0 37 06/02/2024
5.2.0 28 06/02/2024
5.1.1 38 06/02/2024
5.1.0 30 06/02/2024
5.0.21 25 06/02/2024
5.0.20 33 06/02/2024
5.0.19 31 06/02/2024
5.0.18 34 06/02/2024
5.0.17 28 06/02/2024
5.0.16 25 06/02/2024
5.0.15 30 06/02/2024
5.0.14 31 06/02/2024
5.0.13 27 06/02/2024
5.0.12 26 06/02/2024
5.0.11 35 06/02/2024
5.0.10 32 06/02/2024
5.0.9 33 06/02/2024
5.0.8 33 06/02/2024
5.0.8-beta03 30 11/24/2024
5.0.8-beta02 37 11/15/2024
5.0.8-beta01 31 11/17/2024
5.0.7 28 06/02/2024
5.0.6 33 06/02/2024
5.0.5 25 06/02/2024
5.0.4 36 06/02/2024
5.0.3 32 06/02/2024
5.0.2 34 06/02/2024
5.0.1 33 06/02/2024
5.0.0 32 06/02/2024
3.1.2 28 06/02/2024
3.1.1 29 06/02/2024
3.1.1-beta02 27 12/11/2024
3.1.1-beta01 25 12/02/2024
3.1.0 33 06/02/2024
3.1.0-beta02 27 12/02/2024
3.1.0-beta01 26 11/29/2024