From aff8743e92a4fff6120279a7023daceebbe1c029 Mon Sep 17 00:00:00 2001 From: Atanas Korchev Date: Thu, 12 Mar 2026 13:38:42 +0200 Subject: [PATCH] Update component count from 100+ to 110+ --- Radzen.Blazor/Radzen.Blazor.csproj | 2 +- RadzenBlazorDemos.Tools/Program.cs | 2 +- RadzenBlazorDemos/Pages/AI.razor | 2 +- RadzenBlazorDemos/Pages/Index.razor | 2 +- RadzenBlazorDemos/Services/ExampleService.cs | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Radzen.Blazor/Radzen.Blazor.csproj b/Radzen.Blazor/Radzen.Blazor.csproj index 7b485d2a3..7c7ca48b8 100644 --- a/Radzen.Blazor/Radzen.Blazor.csproj +++ b/Radzen.Blazor/Radzen.Blazor.csproj @@ -14,7 +14,7 @@ 10.0.0 Radzen Ltd. Radzen Ltd. - Radzen Blazor is the most sophisticated free UI component library for Blazor, featuring 100+ native components including DataGrid, Scheduler, Charts, and advanced theming with full support for Material Design and Fluent UI. + Radzen Blazor is the most sophisticated free UI component library for Blazor, featuring 110+ native components including DataGrid, Scheduler, Charts, and advanced theming with full support for Material Design and Fluent UI. blazor material design fluent fluentui components datagrid scheduler charts README.md https://www.radzen.com diff --git a/RadzenBlazorDemos.Tools/Program.cs b/RadzenBlazorDemos.Tools/Program.cs index 546ca3e5f..006115eca 100644 --- a/RadzenBlazorDemos.Tools/Program.cs +++ b/RadzenBlazorDemos.Tools/Program.cs @@ -715,7 +715,7 @@ class Program sb.AppendLine("# Radzen Blazor Components"); sb.AppendLine(); - sb.AppendLine("> The most comprehensive free UI component library for Blazor — 100+ native components with Material 3, Material 2, Fluent, and Bootstrap design systems. MIT licensed. The only Blazor component library with a companion visual IDE (Radzen Blazor Studio) and an MCP server for AI-assisted development."); + sb.AppendLine("> The most comprehensive free UI component library for Blazor — 110+ native components with Material 3, Material 2, Fluent, and Bootstrap design systems. MIT licensed. The only Blazor component library with a companion visual IDE (Radzen Blazor Studio) and an MCP server for AI-assisted development."); sb.AppendLine(); sb.AppendLine("Written entirely in C# with no JavaScript framework dependencies. Supports Blazor Server, Blazor WebAssembly, .NET MAUI Blazor Hybrid, and the Blazor Web App model in .NET 10. Built with accessibility in mind (WCAG 2.2, keyboard navigation). Used at Microsoft, NASA, Porsche, Dell, Siemens, and DHL."); sb.AppendLine(); diff --git a/RadzenBlazorDemos/Pages/AI.razor b/RadzenBlazorDemos/Pages/AI.razor index 4f4542aed..f7635b2d0 100644 --- a/RadzenBlazorDemos/Pages/AI.razor +++ b/RadzenBlazorDemos/Pages/AI.razor @@ -56,7 +56,7 @@ - Component API docs, ready-made templates, and usage guides for 100+ components + Component API docs, ready-made templates, and usage guides for 110+ components diff --git a/RadzenBlazorDemos/Pages/Index.razor b/RadzenBlazorDemos/Pages/Index.razor index 78be65306..0b5b48ccb 100644 --- a/RadzenBlazorDemos/Pages/Index.razor +++ b/RadzenBlazorDemos/Pages/Index.razor @@ -13,7 +13,7 @@ - 100+ native, open source Blazor components + 110+ native, open source Blazor components The Most Sophisticated Free UI Component Library for Blazor Radzen Blazor Components give you everything you need to build responsive, data-driven web apps — for free. The Subscription extends your toolkit with dedicated support, premium themes, reusable UI blocks, complete app templates, and a visual design-time experience. diff --git a/RadzenBlazorDemos/Services/ExampleService.cs b/RadzenBlazorDemos/Services/ExampleService.cs index b594d6d00..e09751606 100644 --- a/RadzenBlazorDemos/Services/ExampleService.cs +++ b/RadzenBlazorDemos/Services/ExampleService.cs @@ -16,7 +16,7 @@ namespace RadzenBlazorDemos { Name = "Overview", Path = "/", - Description = "100+ free, open-source Blazor UI components for data-rich web apps. DataGrid, Scheduler, Charts, Forms, and more. MIT licensed.", + Description = "110+ free, open-source Blazor UI components for data-rich web apps. DataGrid, Scheduler, Charts, Forms, and more. MIT licensed.", Icon = "\ue88a" }, new Example @@ -2515,7 +2515,7 @@ namespace RadzenBlazorDemos return example.Title ?? $"Blazor {example.Name} | Free UI Components by Radzen"; } - return "Free Blazor Components | 100+ UI controls by Radzen"; + return "Free Blazor Components | 110+ UI controls by Radzen"; } public string DescriptionFor(Example example)