
BlazorOcticons
The easiest way to use GitHub Octicons in your Blazor apps
183 followers
The easiest way to use GitHub Octicons in your Blazor apps
183 followers
BlazorOcticons provides GitHub Octicons as native Blazor components. Instead of copying SVG files or managing icon assets manually, you can reference any icon by name and customize size and color directly in your Blazor code. The library keeps your icons consistent with the Octicons set and makes it easier to work with icons in Blazor projects.








Cloudback - Git repository backup
Wow, BlazorOcticons is a game changer! Love the idea of using native Blazor components for Octicons. Does it support tree shaking to only include the icons I actually use?
Cloudback - Git repository backup
@jaydev13 Thank you!
Currently, the main BlazorOcticons NuGet package includes all pre-generated Razor components. When you add the package, the entire set is included in your project.
Thanks for the idea, I will investigate how to properly implement it.