https://github.com/timewarpengineering/timewarp-heroicons
All the HeroIcons wrapped as Blazor components.
https://github.com/timewarpengineering/timewarp-heroicons
hacktoberfest
Last synced: 4 months ago
JSON representation
All the HeroIcons wrapped as Blazor components.
- Host: GitHub
- URL: https://github.com/timewarpengineering/timewarp-heroicons
- Owner: TimeWarpEngineering
- License: mit
- Created: 2022-07-28T09:40:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-29T14:45:30.000Z (almost 2 years ago)
- Last Synced: 2025-01-26T03:46:39.945Z (4 months ago)
- Topics: hacktoberfest
- Language: HTML
- Homepage:
- Size: 776 KB
- Stars: 23
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://dotnet.microsoft.com)
[](https://github.com/TimeWarpEngineering/timewarp-heroicons)
[](https://discord.gg/7F4bS2T)
[](https://www.nuget.org/packages/timewarp-heroicons/)
[](https://www.nuget.org/packages/timewarp-heroicons/)
[](https://github.com/TimeWarpEngineering/timewarp-heroicons/issues)
[](https://github.com/TimeWarpEngineering/timewarp-heroicons)
[](https://unlicense.org)
[](https://twitter.com/intent/tweet?url=https://github.com/TimeWarpEngineering/timewarp-heroicons)[](https://twitter.com/intent/follow?screen_name=StevenTCramer)
[](https://twitter.com/intent/follow?screen_name=TheFreezeTeam1)# timewarp-heroicons
All the HeroIcons wrapped as Blazor components.
All [heroicons](https://github.com/tailwindlabs/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
```razor
```
Outputs

## Installation
You can see the latest NuGet packages from the official [TimeWarp NuGet page](https://www.nuget.org/profiles/TimeWarp.Enterprises).
* [timewarp-heroicons](https://www.nuget.org/packages/timewarp-heroicons/) [](https://www.nuget.org/packages/timewarp-heroicons/)
```console
dotnet add package timewarp-heroicons
```## License
[](https://unlicense.org)
## Contributing
Time is of the essence. Before developing a Pull Request I recommend opening a [discussion](https://github.com/TimeWarpEngineering/timewarp-heroicons/discussions).
Please feel free to make suggestions and help out with the [documentation](https://timewarpengineering.github.io/timewarp-heroicons/).
Please refer to [Markdown](http://daringfireball.net/projects/markdown/) for how to write markdown files.### Steps to publish NuGet package
* [ ] Clone the [heroicons](https://github.com/tailwindlabs/heroicons) repo.
* [ ] Set the PowerShell variable `$heroicons` to the path where you cloned the heroicons repo in the above step. (Add `$heroicons = ""` 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 in `simple-icons/package.json`.
* [ ] Transform the cloned [simple-icons](https://github.com/simple-icons/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.## Contact
Sometimes the github notifications get lost in the shuffle. If you file an [issue](https://github.com/TimeWarpEngineering/timewarp-heroicons/issues) and don't get a response in a timely manner feel free to ping on our [Discord server](https://discord.gg/A55JARGKKP).
[](https://discord.gg/7F4bS2T)
## References
https://github.com/heroicons/heroicons
### Commands used
```PowerShell
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
```