igniteui-blazor-components

Installation
SKILL.md

Ignite UI for Blazor - UI Components

Prerequisites

  • .NET 8+ Blazor project (Server, WebAssembly, Web App, or MAUI Blazor Hybrid)
  • The correct NuGet package installed: IgniteUI.Blazor.Lite (NuGet.org, MIT) for general purpose UI components; IgniteUI.Blazor.GridLite (NuGet.org, MIT) for the lightweight grid; IgniteUI.Blazor (Infragistics private feed, licensed) for the full suite including charts, maps, gauges, and enterprise grids; or IgniteUI.Blazor.Trial (NuGet.org) for evaluation of the full suite
  • builder.Services.AddIgniteUIBlazor(...) called in Program.cs
  • @using IgniteUI.Blazor.Controls added to _Imports.razor
  • A theme CSS file and _content/IgniteUI.Blazor/app.bundle.js runtime script linked in the host page (see references/setup.md)
  • The Ignite UI CLI MCP server (igniteui-cli) is available as a tool provider
Installs
9
GitHub Stars
51
First Seen
May 13, 2026
igniteui-blazor-components — igniteui/igniteui-blazor