BlazorIconify 1.0.4
dotnet add package BlazorIconify --version 1.0.4
NuGet\Install-Package BlazorIconify -Version 1.0.4
<PackageReference Include="BlazorIconify" Version="1.0.4" />
paket add BlazorIconify --version 1.0.4
#r "nuget: BlazorIconify, 1.0.4"
// Install BlazorIconify as a Cake Addin #addin nuget:?package=BlazorIconify&version=1.0.4 // Install BlazorIconify as a Cake Tool #tool nuget:?package=BlazorIconify&version=1.0.4
BlazorIconify
BlazorIconify is a C# wrapper designed to simplify the retrieval and caching of icons from the Iconify API. With its intuitive interface, BlazorIconify streamlines the process of fetching icons and caching them for efficient reuse in your applications.
Features
- Effortless Icon Retrieval: Access icons from the Iconify API with ease, simplifying your development workflow.
- Built-in Caching Mechanism: Save network bandwidth and load times by caching icons in the local storage for swift access when needed.
- Seamless Integration: Integrate BlazorIconify seamlessly into your projects to enhance their visual appeal and functionality.
- HTML Usage Example: Quickly incorporate icons into your HTML markup using the provided code snippet.
Getting Started
To get started with BlazorIconify, simply follow these steps:
Install the BlazorIconify package via NuGet Package Manager or .NET CLI:
dotnet add package BlazorIconify
Register the Iconify service in your application:
builder.Services.AddIconify();
Begin using icons in your HTML:
<Iconify Icon="material-symbols:arrow-left-alt-rounded" style="color: white"></Iconify>
Contributing
We welcome contributions from the community to make BlazorIconify even better! Whether it's through bug reports, feature suggestions, or code contributions, your input is highly valued. To contribute, please follow these guidelines:
- Fork the repository and clone it to your local machine.
- Create a new branch for your feature or bug fix.
- Make your changes and ensure that all tests pass.
- Commit your changes with descriptive commit messages.
- Push your changes to your fork and submit a pull request to the
main
branch of the BlazorIconify repository.
License
BlazorIconify is licensed under the MIT License. See the LICENSE file for more information.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- Blazored.LocalStorage (>= 4.5.0)
- Microsoft.AspNetCore.Components.Web (>= 8.0.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.