https://github.com/cssutils/blazorocticons5
BlazorOcticons is an easy-to-use GitHub Octicons built as customizable .razor components
https://github.com/cssutils/blazorocticons5
blazor blazor-components components-library csharp csharp-sourcegenerator dotnet icons icons-pack iconset octicons razor razor-components
Last synced: 2 months ago
JSON representation
BlazorOcticons is an easy-to-use GitHub Octicons built as customizable .razor components
- Host: GitHub
- URL: https://github.com/cssutils/blazorocticons5
- Owner: cssutils
- License: mit
- Created: 2025-07-10T19:17:51.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-07-10T19:18:13.000Z (3 months ago)
- Last Synced: 2025-07-11T07:36:34.298Z (3 months ago)
- Topics: blazor, blazor-components, components-library, csharp, csharp-sourcegenerator, dotnet, icons, icons-pack, iconset, octicons, razor, razor-components
- Language: HTML
- Homepage: https://blazorocticons.net/
- Size: 1.2 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://cloudback.it)
[](https://github.com/BlazorOcticons/BlazorOcticons/actions/workflows/dotnet.yml)
[](https://github.com/BlazorOcticons/BlazorOcticons/blob/main/LICENSE)
[](https://www.nuget.org/packages/BlazorOcticons)
# BlazorOcticons
**BlazorOcticons** is an easy-to-use GitHub Octicons built as customizable `.razor` components.
| NuGet Package | Description |
|-------------------------|-------------|
| BlazorOcticons | Main package which contains only `.razor` components |
| BlazorOcticonsGenerator | Helper package which contains Source Generators for Octicons |## Installation
1. Install the BlazorOcticons NuGet package:
```
dotnet add package BlazorOcticons
```2. In the `_Imports.razor` file add `@using BlazorOcticons.Octicons`:
``` razor
@using System.Net.Http
@using System.Net.Http.Json
...
@using Microsoft.AspNetCore.Components
@using Microsoft.JSInterop
@using BlazorOcticons.Octicons```
3. That's it! Now you can use the components in your project.
## Usage
Inside your code, use any of GitHub Octicons as `.razor` components:
``` razor
...
...
```## Contribute
All contributions are welcome! Feel free to raise any issues (bugs or feature requests), submit pull requests, etc.