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; orIgniteUI.Blazor.Trial(NuGet.org) for evaluation of the full suite builder.Services.AddIgniteUIBlazor(...)called inProgram.cs@using IgniteUI.Blazor.Controlsadded to_Imports.razor- A theme CSS file and
_content/IgniteUI.Blazor/app.bundle.jsruntime script linked in the host page (seereferences/setup.md) - The Ignite UI CLI MCP server (
igniteui-cli) is available as a tool provider