TabBlazor 0.15.26-beta
This is a prerelease version of TabBlazor.
dotnet add package TabBlazor --version 0.15.26-beta
NuGet\Install-Package TabBlazor -Version 0.15.26-beta
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="TabBlazor" Version="0.15.26-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TabBlazor" Version="0.15.26-beta" />
<PackageReference Include="TabBlazor" />
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 TabBlazor --version 0.15.26-beta
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: TabBlazor, 0.15.26-beta"
#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 TabBlazor@0.15.26-beta
#: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=TabBlazor&version=0.15.26-beta&prerelease
#tool nuget:?package=TabBlazor&version=0.15.26-beta&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
TabBlazor
Blazor component library built on the Tabler UI framework.
- 90+ Razor components: forms, tables, modals, dashboards, navigation
- QuickTable with virtual scrolling, sort, filter, group
- Pluggable form validation (DataAnnotations by default)
- Modal and offcanvas services with async result patterns
- Dark/light theme switch
- Minimal JavaScript interop
Install
dotnet add package TabBlazor
Register services in Program.cs:
builder.Services.AddTabBlazor(options =>
{
options.EnablePopper = true; // optional, dynamic tooltip/dropdown positioning
});
Add to _Imports.razor:
@using TabBlazor
Reference styles and scripts in App.razor (or index.html for WebAssembly):
<link rel="stylesheet" href="https://unpkg.com/@tabler/core@1.4.0/dist/css/tabler.min.css" />
<link rel="stylesheet" href="_content/TabBlazor/css/tabblazor.min.css" />
<script src="_content/TabBlazor/js/tabblazor.js"></script>
Quick example
<Card>
<CardHeader>
<CardTitle>Hello, TabBlazor</CardTitle>
</CardHeader>
<CardBody>
<Button BackgroundColor="TablerColor.Primary" OnClick="Save">Save</Button>
</CardBody>
</Card>
Related packages
TabBlazor.QuickTable.EntityFramework— EF Core async query provider for QuickTable
Templates
Project templates: TabBlazor.Templates.
License
MIT
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | 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
- LinqKit.Core (>= 1.2.11)
- Microsoft.AspNetCore.Components.Web (>= 10.0.7)
- Microsoft.Extensions.Localization.Abstractions (>= 10.0.7)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on TabBlazor:
| Package | Downloads |
|---|---|
|
KingTech.Web.FormGenerator
Package Description |
|
|
KingTech.Web.Markdown
Package Description |
|
|
TabBlazor.FluentValidation
Plugin for TabBlazor Validation using Fluent Validation |
|
|
Markdown2Markup
Blazor markdown to HTML converter based on MarkDig. |
|
|
KingTech.Web.Markdown.NuGet
Package Description |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on TabBlazor:
| Repository | Stars |
|---|---|
|
apexcharts/Blazor-ApexCharts
A blazor wrapper for ApexCharts.js
|
| Version | Downloads | Last Updated |
|---|---|---|
| 0.15.26-beta | 40 | 5/11/2026 |
| 0.15.24-beta | 41 | 5/11/2026 |
| 0.15.22-beta | 51 | 5/6/2026 |
| 0.15.19-beta | 50 | 5/5/2026 |
| 0.15.14-beta | 39 | 5/5/2026 |
| 0.15.5-beta | 111 | 4/15/2026 |
| 0.14.68-beta | 66 | 3/31/2026 |
| 0.14.64-beta | 83 | 3/6/2026 |
| 0.14.61-beta | 181 | 2/11/2026 |
| 0.14.59-beta | 345 | 1/19/2026 |
| 0.14.57-beta | 220 | 12/22/2025 |
| 0.14.49-beta | 639 | 10/19/2025 |
| 0.14.42-beta | 2,816 | 2/7/2025 |
| 0.14.37-beta | 128 | 2/6/2025 |
| 0.14.35-beta | 135 | 2/3/2025 |
| 0.14.33-beta | 141 | 1/28/2025 |
| 0.14.31-beta | 146 | 1/28/2025 |
| 0.14.29-beta | 126 | 1/28/2025 |
| 0.14.28-beta | 132 | 1/23/2025 |
| 0.14.26-beta | 476 | 1/3/2025 |
Loading failed