PGMS.AdvBlazorComponents 1.0.0

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

PGMS.AdvBlazorComponents

Advanced Blazor components library built on top of Blazorise, providing production-ready, reusable UI components for .NET Blazor applications.

Features

Category Components
Data Grids DataGridAsyncComponent — async data grid with paging, sorting and column definitions. DataGridAsyncAdvancedSearchComponent — data grid with advanced search. DataGridAsyncAdvancedSearchGenericComponent — strongly-typed generic variant. GridMarkupString — raw HTML inside grid cells.
Selects DropdownSelect — customizable dropdown select.
Text Fields RichTextEditorComponent — rich text editor (Blazorise RichTextEdit).
Displays ChipDisplay — chip/tag collection display. PgmsChip — individual styled chip.
Icons IconComponent — reusable icon rendering. ActionIcon — icon with click action.
Licensing LicenseBanner — license status banner. LicenseWatermark — watermark overlay for unlicensed usage.
Utilities LoadingSpinnerComponent — loading spinner (Blazorise SpinKit).

Installation

dotnet add package PGMS.AdvBlazorComponents

Quick Start

1. Register services in Program.cs:

using PGMS.AdvBlazorComponents.Extensions;

builder.Services.AddPgmsAdvBlazorComponents(options =>
{
    // optional: configure licensing
});

2. Add imports in _Imports.razor:

@using PGMS.AdvBlazorComponents.Components.Tables
@using PGMS.AdvBlazorComponents.Components.Selects
@using PGMS.AdvBlazorComponents.Components.Displays
@using PGMS.AdvBlazorComponents.Components.TextFields
@using PGMS.AdvBlazorComponents.Components.Utilities

Dependencies

Package Version
Blazorise 1.8.6
Blazorise.SpinKit 1.8.6
Blazorise.RichTextEdit 1.8.6
Append.Blazor.Sidepanel 6.4.1
PGMS.BlazorComponents 5.0.0.5
PGMS.CQSLight 5.0.0.5
PGMS.Utils (bundled)

More Information

© PGMS. All rights reserved.

Product 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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0 204 3/28/2026