![]() |
VOOZH | about |
dotnet add package GEmojiSharp.Blazor --version 4.1.0
NuGet\Install-Package GEmojiSharp.Blazor -Version 4.1.0
<PackageReference Include="GEmojiSharp.Blazor" Version="4.1.0" />
<PackageVersion Include="GEmojiSharp.Blazor" Version="4.1.0" />Directory.Packages.props
<PackageReference Include="GEmojiSharp.Blazor" />Project file
paket add GEmojiSharp.Blazor --version 4.1.0
#r "nuget: GEmojiSharp.Blazor, 4.1.0"
#:package GEmojiSharp.Blazor@4.1.0
#addin nuget:?package=GEmojiSharp.Blazor&version=4.1.0Install as a Cake Addin
#tool nuget:?package=GEmojiSharp.Blazor&version=4.1.0Install as a Cake Tool
đ Build status
đ CodeFactor
GitHub Emoji for Blazor
The package is a Razor class library (RCL) with a Razor component.
Update the _Imports.razor file, to enable the component in all Razor views:
@using GEmojiSharp.Blazor
âšī¸ In a Blazor Web App (.NET 8 or later), the component requires an interactive render mode applied either globally to the app or to the component definition.
Set the global render mode in App.razor:
<Routes @rendermode="InteractiveServer" />
or per page/component:
@rendermode InteractiveServer
Use the <Emoji> component to render emojis:
<Emoji>:tada: initial commit</Emoji>
Further documentation is available at https://github.com/hlaueriksson/GEmojiSharp
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
- đ¯ Change TargetFramework to net10.0