https://github.com/json-exe/mudblazor.simpleicons
Simple .NET Library to use SimpleIcons with MudBlazor
https://github.com/json-exe/mudblazor.simpleicons
Last synced: 3 months ago
JSON representation
Simple .NET Library to use SimpleIcons with MudBlazor
- Host: GitHub
- URL: https://github.com/json-exe/mudblazor.simpleicons
- Owner: Json-exe
- License: mit
- Created: 2024-02-08T16:55:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-25T06:23:18.000Z (about 1 year ago)
- Last Synced: 2024-04-26T06:45:44.544Z (about 1 year ago)
- Language: C#
- Size: 6.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MudBlazor.SimpleIcons
MudBlazor.SimpleIcons is a .NET library that provides SimpleIcons for MudBlazor.## Information:
- Due to an error in the build script, the last updates did not contain any new features. This should now be fixed and all new icons should be available from version 1.6.0.## Installation
You can install the package via Nuget:
```sh
dotnet add package Json_exe.MudBlazor.SimpleIcons
```## Usage
After installing the package, you can use it in your project like this:```csharp
using Json_exe.MudBlazor.SimpleIcons;```
## Features
- Featuring all Icons from SimpleIcons
- No additional dependencies
- Icons come with License information, if available, compiled as comment
- Icons also come with the default color in hex format, compiled as comment## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details## Roadmap
- [ ] Write a SourceGenerator to reduce the size of the library (if possible)