All of the Tailwind HeroIcons wrapped as Blazor components.

Latest stable 2.0.19+2.0.18
Downloads 3,336
Last published 2023-08-29
Target frameworks net6.0

Install

dotnet add package timewarp-heroicons

NuGet ยท Source


Dotnet Stars Discord nuget nuget Issues Open Forks License Twitter

Twitter Twitter

timewarp-heroicons

All the HeroIcons wrapped as Blazor components.

TimeWarp Logo

All heroicons wrapped as Blazor components. See and search all at https://heroicons.com/

Give a Star! :star:

If you like or are using this project please give it a star. Thank you!

Usage

<TimeWarp.HeroIcons.Mini.Solid.AcademicCapIcon class="w-10 h-10" />
<TimeWarp.HeroIcons.Solid.AcademicCapIcon class="w-20 h-20" />
<TimeWarp.HeroIcons.Outline.AcademicCapIcon class="w-20 h-20" />

Outputs

Installation

You can see the latest NuGet packages from the official TimeWarp NuGet page.

dotnet add package timewarp-heroicons

License

License

Contributing

Time is of the essence. Before developing a Pull Request I recommend opening a discussion.

Please feel free to make suggestions and help out with the documentation. Please refer to Markdown for how to write markdown files.

Steps to publish NuGet package

Contact

Sometimes the github notifications get lost in the shuffle. If you file an issue and don't get a response in a timely manner feel free to ping on our Discord server.

Discord

References

https://github.com/heroicons/heroicons

Commands used

dotnet new sln
dotnet new razorclasslib -n timewarp-heroicons
dotnet sln add .\Source\timewarp-heroicons\timewarp-heroicons.csproj
dotnet new tool-manifest
dotnet tool install dotnet-cleanup
dotnet cleanup -y