BlazorIconify 1.0.4

dotnet add package BlazorIconify --version 1.0.4
NuGet\Install-Package BlazorIconify -Version 1.0.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BlazorIconify" Version="1.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BlazorIconify --version 1.0.4
#r "nuget: BlazorIconify, 1.0.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 Logo

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:

  1. Install the BlazorIconify package via NuGet Package Manager or .NET CLI:

    dotnet add package BlazorIconify
    
  2. Register the Iconify service in your application:

    builder.Services.AddIconify();
    
  3. 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:

  1. Fork the repository and clone it to your local machine.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and ensure that all tests pass.
  4. Commit your changes with descriptive commit messages.
  5. 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.4 80 3/26/2024
1.0.3 83 3/26/2024
1.0.2 66 3/26/2024
1.0.1 81 3/26/2024
1.0.0 70 3/26/2024