From 31f93f7d0a62e2858531caa3eafef2e3bc50a425 Mon Sep 17 00:00:00 2001 From: Atanas Korchev Date: Fri, 24 Apr 2026 11:23:48 +0300 Subject: [PATCH] Update component count from 110+ to 145+ --- RadzenBlazorDemos/Pages/AI.razor | 2 +- RadzenBlazorDemos/Pages/Index.razor | 2 +- RadzenBlazorDemos/Services/ExampleService.cs | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/RadzenBlazorDemos/Pages/AI.razor b/RadzenBlazorDemos/Pages/AI.razor index f7635b2d0..41d29194e 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 110+ components + Component API docs, ready-made templates, and usage guides for 145+ components diff --git a/RadzenBlazorDemos/Pages/Index.razor b/RadzenBlazorDemos/Pages/Index.razor index 9e8f35f02..129562bd9 100644 --- a/RadzenBlazorDemos/Pages/Index.razor +++ b/RadzenBlazorDemos/Pages/Index.razor @@ -13,7 +13,7 @@ - 110+ native, open source Blazor components + 145+ 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 1280ef5e1..47d626c35 100644 --- a/RadzenBlazorDemos/Services/ExampleService.cs +++ b/RadzenBlazorDemos/Services/ExampleService.cs @@ -16,7 +16,7 @@ namespace RadzenBlazorDemos { Name = "Overview", Path = "/", - Description = "110+ free, open-source Blazor UI components for data-rich web apps. DataGrid, Scheduler, Charts, Forms, and more. MIT licensed.", + Description = "145+ free, open-source Blazor UI components for data-rich web apps. DataGrid, Scheduler, Charts, Forms, and more. MIT licensed.", Icon = "\ue88a" }, new Example @@ -3135,7 +3135,7 @@ namespace RadzenBlazorDemos return example.Title ?? $"Blazor {example.Name} | Free UI Components by Radzen"; } - return "Free Blazor Components | 110+ UI controls by Radzen"; + return "Free Blazor Components | 145+ UI controls by Radzen"; } public string DescriptionFor(Example example)