LucideBlazor 1.0.2

dotnet add package LucideBlazor --version 1.0.2
                    
NuGet\Install-Package LucideBlazor -Version 1.0.2
                    
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="LucideBlazor" Version="1.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LucideBlazor" Version="1.0.2" />
                    
Directory.Packages.props
<PackageReference Include="LucideBlazor" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add LucideBlazor --version 1.0.2
                    
#r "nuget: LucideBlazor, 1.0.2"
                    
#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.
#:package LucideBlazor@1.0.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=LucideBlazor&version=1.0.2
                    
Install as a Cake Addin
#tool nuget:?package=LucideBlazor&version=1.0.2
                    
Install as a Cake Tool

What is LucideBlazor?

LucideBlazor is a port of the popular lucide icon library which contains a lot of open source icons. This blazor port is inspired by the react version of lucide and has the following features

  • Performance: All icon components are plain and sealed IComponent deriving classes so blazor doesnt need to process the lifecyle on these components. The icon contents are baked into the class constants
  • Modern:: With the use of incremental source generators the classes representing the components are generated directly out of the lucide repository
  • Small Using the IL-Trim feature only used components are published in the final build of your app when publishing it with trimming enabled

Installation

To install LucideBlazor just open your terminal or use the IDEs nuget package manager to install the nuget package

dotnet add package LucideBlazor

Contributing

This is a small and new project so contributions, bug reports, and ideas are welcome.

License

LucideBlazor is released under the MIT License. For lucides license have a look here

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on LucideBlazor:

Package Downloads
ShadcnBlazor

A port of shadcn to blazor

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.2 236 12/19/2025
1.0.1 461 12/10/2025
1.0.0 413 12/10/2025