⚠⚠⚠ Please be aware this project was merely meant for myself to discover how source generators in C# work. This repository is not maintained.
This is an unofficial Blazor adaption for the Lucide icon pack. For a list of available icons check https://lucide.dev/ or find them in the Lucide repository.
To add nuget sources for this package, follow these steps.
dotnet add <your_project.csproj> package Lucide.Blazor
Import the following in your razor files:
@using Lucide.Blazor.Components
<Icon Name="bug" />
<Icon Name="bug" Stroke="blue" />
<Icon Name="bug" Width="100" Height="100" />
<Icon Name="bug" Css="icon-style" />
Check the example project for a running project.
Check the license file for this repository. Check the license file for Lucide icons.