VOOZH about

URL: https://www.nuget.org/packages/TabBlazor/

⇱ NuGet Gallery | TabBlazor 0.15.48-beta




👁 Image
TabBlazor 0.15.48-beta

This is a prerelease version of TabBlazor.
dotnet add package TabBlazor --version 0.15.48-beta
 
 
NuGet\Install-Package TabBlazor -Version 0.15.48-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.48-beta" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TabBlazor" Version="0.15.48-beta" />
 
Directory.Packages.props
<PackageReference Include="TabBlazor" />
 
Project file
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.48-beta
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: TabBlazor, 0.15.48-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.48-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.48-beta&prerelease
 
Install as a Cake Addin
#tool nuget:?package=TabBlazor&version=0.15.48-beta&prerelease
 
Install as a Cake Tool
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

Live demo & docs · GitHub

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.48-beta 52 6/15/2026
0.15.28-beta 58 6/8/2026
0.15.26-beta 260 5/11/2026
0.15.24-beta 54 5/11/2026
0.15.22-beta 63 5/6/2026
0.15.19-beta 55 5/5/2026
0.15.14-beta 53 5/5/2026
0.15.5-beta 120 4/15/2026
0.14.68-beta 77 3/31/2026
0.14.64-beta 95 3/6/2026
0.14.61-beta 194 2/11/2026
0.14.59-beta 376 1/19/2026
0.14.57-beta 225 12/22/2025
0.14.49-beta 658 10/19/2025
0.14.42-beta 3,166 2/7/2025
0.14.37-beta 133 2/6/2025
0.14.35-beta 140 2/3/2025
0.14.33-beta 146 1/28/2025
0.14.31-beta 150 1/28/2025
0.14.29-beta 129 1/28/2025
Loading failed