[PR #1806] [MERGED] UI Blocks #2906

Open
opened 2026-01-29 18:21:02 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/1806
Author: @yordanov
Created: 11/21/2024
Status: Merged
Merged: 11/21/2024
Merged by: @yordanov

Base: masterHead: ui-blocks


📝 Commits (6)

  • 37032ec Add UI blocks
  • b4fc92c Add and update UI Blocks
  • 6d3f22a Update UI blocks source tab
  • b024e93 Update titles of example tabs
  • 5879b13 Reorder ui blocks alphabetically
  • e8b1c4e Replace RadzenButton with RadzenLink in blocks

📊 Changes

12 files changed (+779 additions, -3 deletions)

View changed files

📝 RadzenBlazorDemos/Models/Example.cs (+1 -0)
📝 RadzenBlazorDemos/Pages/Index.razor (+15 -0)
RadzenBlazorDemos/Pages/UIBlocksCardPage.razor (+133 -0)
RadzenBlazorDemos/Pages/UIBlocksCtaPage.razor (+183 -0)
RadzenBlazorDemos/Pages/UIBlocksFeaturesPage.razor (+129 -0)
RadzenBlazorDemos/Pages/UIBlocksFooterPage.razor (+139 -0)
RadzenBlazorDemos/Pages/UIBlocksHeadingPage.razor (+94 -0)
📝 RadzenBlazorDemos/Services/ExampleService.cs (+58 -1)
📝 RadzenBlazorDemos/Shared/MainLayout.razor (+4 -1)
📝 RadzenBlazorDemos/Shared/NavigationItem.razor (+2 -1)
RadzenBlazorDemos/Shared/UIBlocks.razor (+15 -0)
📝 RadzenBlazorDemos/wwwroot/css/site.css (+6 -0)

📄 Description

Cards


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/radzenhq/radzen-blazor/pull/1806 **Author:** [@yordanov](https://github.com/yordanov) **Created:** 11/21/2024 **Status:** ✅ Merged **Merged:** 11/21/2024 **Merged by:** [@yordanov](https://github.com/yordanov) **Base:** `master` ← **Head:** `ui-blocks` --- ### 📝 Commits (6) - [`37032ec`](https://github.com/radzenhq/radzen-blazor/commit/37032ec4395169859e5bc9e970faa5af601a28eb) Add UI blocks - [`b4fc92c`](https://github.com/radzenhq/radzen-blazor/commit/b4fc92ca173939e79160bcc22989ba55f2f26113) Add and update UI Blocks - [`6d3f22a`](https://github.com/radzenhq/radzen-blazor/commit/6d3f22a3e7430ed4e9fbaaa321b78833b2ece60d) Update UI blocks source tab - [`b024e93`](https://github.com/radzenhq/radzen-blazor/commit/b024e937466775ce3bc8c607b371321788913833) Update titles of example tabs - [`5879b13`](https://github.com/radzenhq/radzen-blazor/commit/5879b13576d56a9c259bf7bf6331bd18afb54dd4) Reorder ui blocks alphabetically - [`e8b1c4e`](https://github.com/radzenhq/radzen-blazor/commit/e8b1c4eb7478485260e2c3dbd2629641f7406269) Replace RadzenButton with RadzenLink in blocks ### 📊 Changes **12 files changed** (+779 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `RadzenBlazorDemos/Models/Example.cs` (+1 -0) 📝 `RadzenBlazorDemos/Pages/Index.razor` (+15 -0) ➕ `RadzenBlazorDemos/Pages/UIBlocksCardPage.razor` (+133 -0) ➕ `RadzenBlazorDemos/Pages/UIBlocksCtaPage.razor` (+183 -0) ➕ `RadzenBlazorDemos/Pages/UIBlocksFeaturesPage.razor` (+129 -0) ➕ `RadzenBlazorDemos/Pages/UIBlocksFooterPage.razor` (+139 -0) ➕ `RadzenBlazorDemos/Pages/UIBlocksHeadingPage.razor` (+94 -0) 📝 `RadzenBlazorDemos/Services/ExampleService.cs` (+58 -1) 📝 `RadzenBlazorDemos/Shared/MainLayout.razor` (+4 -1) 📝 `RadzenBlazorDemos/Shared/NavigationItem.razor` (+2 -1) ➕ `RadzenBlazorDemos/Shared/UIBlocks.razor` (+15 -0) 📝 `RadzenBlazorDemos/wwwroot/css/site.css` (+6 -0) </details> ### 📄 Description ![Cards](https://github.com/user-attachments/assets/693b4319-c7f4-45f2-90b6-2b64f9da60f1) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 18:21:02 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#2906