Close
Angular React Web Components Blazor

Installing Ignite UI for Blazor

Ignite UI for Blazor is delivered via NuGet packages. To use the Ignite UI for Blazor components in your Blazor applications, you must first install the appropriate NuGet packages.

There are three ways to install Ignite UI for Blazor using NuGet:

Licensed users should use the official licensed Ignite UI for Blazor NuGet packages provided on the Infragistics Private NuGet Feed.

Trial users can install the IgniteUI.Blazor trial NuGet package found on NuGet.org.

Using Visual Studio

Right click the Solution, or Project, and select Manage NuGet Packages for Solution.

nuget-manage-packages

In the package manager dialog, open the Browse tab, select the Infragistics package source, and install the IgniteUI.Blazor NuGet package into the project.

nuget-package-manager-browse

If you do not have an Infragistics package source available, learn how to add it by reading the Infragistics NuGet feed topic.

Using the .NET CLI

> dotnet add package IgniteUI.Blazor --version 26.1.51 (June 2026)

Using the Package Manager

PM> Install-Package IgniteUI.Blazor -Version 26.1.51 (June 2026)