Microsoft.FluentUI.AspNetCore.Components.Icons 4.0.0-rc.3
Microsoft Fluent UI Icons for Blazor
:star: We appreciate your star, it helps!
Introduction
The Microsoft.FluentUI.AspNetCore.Component package provides a set of Blazor components which you can use to build applications that have the look and feel or modern Microsoft applications.
This library is a set of icons wrapping Microsoft�s official Fluent UI Icon library.
Getting Started
To get started using the Fluent UI Icons for Blazor, you will first need to install the official Nuget package in the project you would like to use the library and components. You can use the following command:
dotnet add package Microsoft.FluentUI.AspNetCore.Components.Icons
Usage
To use the icons, you will need to add the following using statement to your _Imports.razor
file:
@using Microsoft.FluentUI.AspNetCore.Components
Then you can use the icons in your Blazor components like this:
Note: Names are structured as follows:
Icons.[IconVariant].[IconSize].[IconName]
.
<FluentIcon Icon="@(Icons.Regular.Size24.Save)" />
You can use your custom images by setting the Value
property calling the Icon.FromImageUrl
method:
<FluentIcon Value="@(Icon.FromImageUrl("/Blazor.png"))" Width="32px" />
List of icons and additional resources
The Microsoft Fluent UI Blazor components documentation and demo site
Joining the Community
Looking to get answers to questions or engage with us in real-time? Our community is active on Gitter and Discord. Submit requests and issues on GitHub, or join us by contributing on some good first issues via GitHub.
We look forward to building an amazing open source community with you!
Contact
No packages depend on Microsoft.FluentUI.AspNetCore.Components.Icons.
.NET 8.0
- Microsoft.FluentUI.AspNetCore.Components (>= 4.0.0-rc.1)
Version | Downloads | Last updated |
---|---|---|
4.11.3 | 0 | 01/14/2025 |
4.11.2 | 0 | 01/13/2025 |
4.11.1 | 0 | 01/10/2025 |
4.11.0 | 0 | 12/19/2024 |
4.11.0-beta.1 | 0 | 12/05/2024 |
4.10.4 | 0 | 11/13/2024 |
4.10.3 | 0 | 10/28/2024 |
4.10.2 | 0 | 10/09/2024 |
4.10.1 | 0 | 09/26/2024 |
4.10.0 | 0 | 09/06/2024 |
4.9.3 | 0 | 07/23/2024 |
4.9.2 | 0 | 07/19/2024 |
4.9.1 | 0 | 07/10/2024 |
4.9.0 | 0 | 07/04/2024 |
4.8.0 | 0 | 06/17/2024 |
4.7.2 | 0 | 05/03/2024 |
4.7.0 | 0 | 04/23/2024 |
4.6.1 | 0 | 04/10/2024 |
4.6.0 | 0 | 03/28/2024 |
4.5.0 | 0 | 03/07/2024 |
4.4.0 | 0 | 02/02/2024 |
4.3.1 | 0 | 01/12/2024 |
4.3.0 | 0 | 01/08/2024 |
4.2.1 | 0 | 12/20/2023 |
4.2.0 | 0 | 12/13/2023 |
4.1.0 | 0 | 11/28/2023 |
4.0.0 | 0 | 11/14/2023 |
4.0.0-rc.3 | 1 | 01/18/2025 |
4.0.0-rc.2 | 0 | 11/06/2023 |
4.0.0-rc.1 | 0 | 11/02/2023 |
4.0.0-preview.2 | 0 | 10/26/2023 |
4.0.0-preview.1 | 0 | 10/23/2023 |