All the HeroIcons wrapped as Blazor components.
All heroicons wrapped as Blazor components. See and search all at https://heroicons.com/
If you like or are using this project please give it a star. Thank you!
<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
You can see the latest NuGet packages from the official TimeWarp NuGet page.
dotnet add package timewarp-heroicons
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.
- Clone the heroicons repo.
- Set the PowerShell variable
$heroicons
to the path where you cloned the heroicons repo in the above step. (Add$heroicons = "<PATH where you stored the repp>"
to your profile) - Ensure your copy of the heroicons repo is up to date by running (
update.ps1
). - Set the Version in
timewarp-heroicons/source/timewarp-heroicons/timewarp-heroicons.csproj
to the same version that is insimple-icons/package.json
. - Transform the cloned simple-icons into razor files by running
transform.ps1
. - Run the test app to make sure the icons render properly.
- Update
releases.md
. - Commit and push the changes to GitHub.
- Tweet to let people know.
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.
https://github.com/heroicons/heroicons
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