tbptabblazor 0.14.267
dotnet add package tbptabblazor --version 0.14.267
NuGet\Install-Package tbptabblazor -Version 0.14.267
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="tbptabblazor" Version="0.14.267" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="tbptabblazor" Version="0.14.267" />
<PackageReference Include="tbptabblazor" />
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 tbptabblazor --version 0.14.267
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: tbptabblazor, 0.14.267"
#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 tbptabblazor@0.14.267
#: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=tbptabblazor&version=0.14.267
#tool nuget:?package=tbptabblazor&version=0.14.267
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.
This package is maintained by TahaBazar as a fork of the original
TabBlazor project. The component
namespace remains TabBlazor, but the NuGet package ID for this fork is
tbptabblazor.
- 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
Original TabBlazor docs - This fork - Upstream
Install
dotnet add package tbptabblazor
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/tbptabblazor/css/tabblazor.min.css" />
<script src="_content/tbptabblazor/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.8)
- Microsoft.Extensions.Localization.Abstractions (>= 10.0.8)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.