Home

Awesome

Heroicons.AspNetCore logo Heroicons.AspNetCore

Heroicons that are easy to use in ASP.NET Core MVC as TagHelpers.

Build status Tests codecov NuGet version NuGet downloads

The library is written in C# and released with an MIT license, so feel free to fork or use commercially.

Any feedback is appreciated, please visit the issues page or send me an e-mail.

Download

Binaries of the last build can be downloaded on the AppVeyor CI page of the project.

The library is also published on NuGet.org, install using:

dotnet add package Heroicons.AspNetCore.Mvc.TagHelpers

<sup>The package is built for .NET 6 or newer and ASP.NET Core MVC.</sup>

Usage

@addTagHelper *, Heroicons.AspNetCore.Mvc.TagHelpers
<heroicon kind="Solid" name="Envelope" />
<heroicon class="ml-2 -mr-0.5 h-4 w-4" kind="Solid" name="Envelope" />