[PR #324] [MERGED] Add IconStyle Property to RadzenIcon #2119

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/324
Author: @MPapst
Created: 1/8/2022
Status: Merged
Merged: 1/10/2022
Merged by: @enchev

Base: masterHead: feature/icon-style


📝 Commits (1)

  • db1bc20 Add IconStyle Property to RadzenIcon

📊 Changes

6 files changed (+127 additions, -2 deletions)

View changed files

📝 Radzen.Blazor.Tests/IconTests.cs (+24 -0)
📝 Radzen.Blazor/Common.cs (+35 -0)
📝 Radzen.Blazor/RadzenIcon.razor.cs (+7 -1)
📝 Radzen.Blazor/themes/components/blazor/_icons.scss (+39 -0)
📝 Radzen.DocFX/guides/components/icon.md (+8 -1)
📝 RadzenBlazorDemos/Pages/IconPage.razor (+14 -0)

📄 Description

This PR adds an IconStyle Property to the Component RadzenIcon.
The Property controls the rendering of an additional html class, comparable to RadzenButton or RadzenBadge.

The Property is nullable to be backwards compatible.


🔄 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/324 **Author:** [@MPapst](https://github.com/MPapst) **Created:** 1/8/2022 **Status:** ✅ Merged **Merged:** 1/10/2022 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `feature/icon-style` --- ### 📝 Commits (1) - [`db1bc20`](https://github.com/radzenhq/radzen-blazor/commit/db1bc20d0adb3762380fd5fd4fe7426a89285a48) Add IconStyle Property to RadzenIcon ### 📊 Changes **6 files changed** (+127 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor.Tests/IconTests.cs` (+24 -0) 📝 `Radzen.Blazor/Common.cs` (+35 -0) 📝 `Radzen.Blazor/RadzenIcon.razor.cs` (+7 -1) 📝 `Radzen.Blazor/themes/components/blazor/_icons.scss` (+39 -0) 📝 `Radzen.DocFX/guides/components/icon.md` (+8 -1) 📝 `RadzenBlazorDemos/Pages/IconPage.razor` (+14 -0) </details> ### 📄 Description This PR adds an `IconStyle` Property to the Component RadzenIcon. The Property controls the rendering of an additional html class, comparable to RadzenButton or RadzenBadge. The Property is nullable to be backwards compatible. --- <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:17:18 +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#2119