A Blazor wrapper library for the official Microsoft Fluent UI Emoji set.
$ dotnet add package Microsoft.FluentUI.AspNetCore.Components.Emoji:star: We appreciate your star, it helps!
The Microsoft.FluentUI.AspNetCore family of packages provides a set of Blazor components and utilites which you can use to build applications that have the look and feel or modern Microsoft applications.
This package contains libraries that wrap the official set of Microsoft Fluent UI Emoji and offers a way to make the emoji usable in projects that use the Microsoft Fluent UI Blazor library.
To get started using the Emoji in your Blazor applications, 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.Emoji
To use the emoji's, you will need to add the following using statement to your _Imports.razor file:
@using Emoji = Microsoft.FluentUI.AspNetCore.Components.Emoji;
Then you can use the emoji's in your Blazor components like this:
<FluentSystemEmoji Emoji="@(Emojis.PeopleBody.Color.Default.Artist)" />
Note: Names are structured as follows:
Emojis.[EmojiGroup].[EmojiStyle].[EmojiSkintone].[EmojiName].
The Microsoft Fluent UI Blazor components documentation and demo site
Looking to get answers to questions or engage with us in real-time? Our community is active on 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!