Tharga.Blazor 2.1.2

dotnet add package Tharga.Blazor --version 2.1.2
                    
NuGet\Install-Package Tharga.Blazor -Version 2.1.2
                    
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="Tharga.Blazor" Version="2.1.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Tharga.Blazor" Version="2.1.2" />
                    
Directory.Packages.props
<PackageReference Include="Tharga.Blazor" />
                    
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 Tharga.Blazor --version 2.1.2
                    
#r "nuget: Tharga.Blazor, 2.1.2"
                    
#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 Tharga.Blazor@2.1.2
                    
#: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=Tharga.Blazor&version=2.1.2
                    
Install as a Cake Addin
#tool nuget:?package=Tharga.Blazor&version=2.1.2
                    
Install as a Cake Tool

Tharga Blazor

NuGet Nuget License

Drop-in Blazor UI components for common application needs — buttons with busy states, breadcrumb navigation, error boundaries, expandable cards, and more. Works with both Blazor Server and Blazor WebAssembly.

Built on Radzen.Blazor. Targets .NET 9 and .NET 10.

Quick Start

dotnet add package Tharga.Blazor
builder.Services.AddThargaBlazor(o => o.Title = "My Application");

What's Included

  • ButtonsActionButton, CancelButton, CopyButton, StandardButton with built-in busy states, error handling, and typed styling.
  • Breadcrumbs — Route-aware breadcrumb trail with virtual segments, query parameter segments, and programmatic control.
  • Error HandlingCustomErrorBoundary with correlation ID logging and recovery.
  • LayoutExpandableCard, Loading, Title, DateTimeView, TimeSpanView.

For full documentation and usage examples, see the GitHub README.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  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.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Tharga.Blazor:

Package Downloads
Quilt4Net.Toolkit.Blazor

Package Description

Tharga.MongoDB.Blazor

Component for manageing the Tharga MongoDB features in blazor.

Tharga.Cache.Blazor

Component for manageing the Tharga Cache features in blazor.

Tharga.Team.Blazor

Team management Blazor components for multi-tenant applications. Works with both Blazor Server and WebAssembly.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.1.2 413 3/25/2026
2.1.1 126 3/25/2026
2.0.1 136 3/24/2026
2.0.1-pre.5 49 3/24/2026
2.0.1-pre.4 46 3/24/2026
2.0.1-pre.3 57 3/23/2026
2.0.1-pre.2 45 3/23/2026
2.0.1-pre.1 48 3/22/2026
2.0.0 125 3/19/2026
2.0.0-pre.5 45 3/19/2026
2.0.0-pre.4 49 3/19/2026
2.0.0-pre.3 42 3/18/2026
2.0.0-pre.2 44 3/18/2026
2.0.0-pre.1 55 3/17/2026
1.3.0-pre.1 60 3/16/2026
1.2.8-pre.3 48 3/15/2026
1.2.8-pre.2 53 3/13/2026
1.2.7 53 3/13/2026
1.2.6 97 3/12/2026
1.2.5 90 3/11/2026
Loading failed