Radzen.Blazor 10.0.0

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Radzen.Blazor --version 10.0.0
                    
NuGet\Install-Package Radzen.Blazor -Version 10.0.0
                    
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="Radzen.Blazor" Version="10.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Radzen.Blazor" Version="10.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Radzen.Blazor" />
                    
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 Radzen.Blazor --version 10.0.0
                    
#r "nuget: Radzen.Blazor, 10.0.0"
                    
#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 Radzen.Blazor@10.0.0
                    
#: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=Radzen.Blazor&version=10.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Radzen.Blazor&version=10.0.0
                    
Install as a Cake Tool

Radzen Blazor Components

Radzen Blazor Components

The most sophisticated free UI component library for Blazor, featuring 100+ native components. MIT licensed, used by thousands of developers at companies like Microsoft, NASA, Porsche, Dell, Siemens, and DHL.

Supports .NET 10, Blazor Server, Blazor WebAssembly, and .NET MAUI Blazor Hybrid.

Online Demos · Documentation · Get Started

License - MITNuGet Downloads Last Commit Github Contributors Radzen Blazor Components - Online Demos Radzen Blazor Components - Documentation

Quick start

Install the NuGet package:

dotnet add package Radzen.Blazor

Add to _Imports.razor:

@using Radzen
@using Radzen.Blazor

Add the theme and script to App.razor:


<RadzenTheme Theme="material" />


<script src="_content/Radzen.Blazor/Radzen.Blazor.js"></script>

Register services in Program.cs:

builder.Services.AddRadzenComponents();

Use a component:

<RadzenButton Text="Hello World" Click="@OnClick" />

For the full setup guide including render modes and dialog/notification configuration, see the getting started instructions.

Components

Data — DataGrid, DataList, PivotDataGrid, Pager, Tree, Scheduler, Charts, GaugeCharts

Forms — TextBox, TextArea, Password, Numeric, DatePicker, TimePicker, ColorPicker, Dropdown, AutoComplete, ListBox, CheckBox, RadioButtonList, Switch, Slider, Rating, FileInput, HtmlEditor

Layout — Card, Panel, Tabs, Accordion, Splitter, Steps, Dialog, Fieldset

Navigation — Menu, ContextMenu, PanelMenu, Breadcrumb, Link, TreeView

Feedback — Notification, Alert, ProgressBar, Badge, Tooltip, Skeleton

Theming — 10 built-in themes with light and dark variants. Free themes: Material, Standard, Default, Humanistic, Software. Premium themes (included with Radzen Blazor Pro): Material 3, Fluent. Full CSS variable customization and a built-in theme service for runtime switching.

Browse all components with live demos →

Why choose Radzen Blazor Components?

✨ Free and open source

MIT licensed and free for commercial use. No per-developer fees, no runtime royalties. Install from NuGet or build from source.

💻 100% native Blazor

Written entirely in C#. No JavaScript framework dependencies, no wrappers.

🌱 Actively maintained

Frequent releases with new components and features. Short development cycle — we ship as soon as new features are ready instead of batching into quarterly releases.

🏢 Trusted in production

Used by developers at Microsoft, NASA, Porsche, Dell, Siemens, Nokia, DHL, HSBC, Allianz, Accenture, Deloitte, and thousands of other organizations worldwide.

Support

💬 Community Support

Visit the Radzen Community forum — 400+ active weekly users with an average response time of 2 hours.

🎯 Radzen Blazor Pro

For dedicated support and additional productivity tools, the Radzen Blazor Pro subscription includes:

  • Radzen Blazor Studio — standalone Blazor IDE that provides WYSIWYG design canvas, database scaffolding, CRUD wizards, app templates, and deployment to IIS/Azure
  • Radzen Blazor for Visual Studio — Blazor tooling integrated into Visual Studio 2026
  • Premium themes and theme customization tools
  • Dedicated support with guaranteed 24-hour response time and priority fixes

Run demos locally

Use Radzen.Server.sln to open and run demos as Blazor server application or Radzen.WebAssembly.sln to open and run demos as Blazor WebAssembly application. The demos require the .NET 10 SDK and should preferably be opened in VS2026.

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  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 is compatible.  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 (118)

Showing the top 5 NuGet packages that depend on Radzen.Blazor:

Package Downloads
Rystem.RepositoryFramework.Web.Components

Rystem.RepositoryFramework allows you to use correctly concepts like repository pattern, CQRS and DDD. You have interfaces for your domains, auto-generated api, auto-generated HttpClient to simplify connection "api to front-end", a functionality for auto-population in memory of your models, a functionality to simulate exceptions and waiting time from external sources to improve your implementation/business test and load test.

FenixAlliance.ACL.Dependencies

Application Component for the Alliance Business Suite.

Elsa.Studio.Core

Core Elsa Studio services.

Service.Extensions.Blazor.Components

Extensions to provide consistent configurations and patterns for your service.

FenixAlliance.ABS.SDK

Application Component for the Alliance Business Suite.

GitHub repositories (15)

Showing the top 15 popular GitHub repositories that depend on Radzen.Blazor:

Repository Stars
oqtane/oqtane.framework
Oqtane is an open-source developer productivity platform for building modern .NET applications and websites that run on Web, Desktop and Mobile.
Webreaper/Damselfly
Damselfly is a server-based Photograph Management app. The goal of Damselfly is to index an extremely large collection of images, and allow easy search and retrieval of those images, using metadata such as the IPTC keyword tags, as well as the folder and file names. Damselfly includes support for object/face detection.
zzzprojects/System.Linq.Dynamic.Core
The .NET Standard / .NET Core version from the System Linq Dynamic functionality.
simpleidserver/SimpleIdServer
OpenID, OAuth 2.0, SCIM2.0, UMA2.0, FAPI, CIBA & OPENBANKING Framework for ASP.NET Core
flyingpie/windows-terminal-quake
Enable Quake-style dropdown for (almost) any application.
CuriousDrive/BlazingChat
BlazingChat is a Blazor WebAssembly app developed by CuriousDrive for the community. This is a sample application for developers who are just getting started with Blazor.
influxdata/influxdb-client-csharp
InfluxDB 2.x C# Client
elsa-workflows/elsa-studio
A modular, extensible dashboard application framework
ADefWebserver/Blazor-Blogs
Simple blogging application written in Microsoft Server Side Blazor
markjprice/apps-services-net8
Repository for the Packt Publishing book titled "Apps and Services with .NET 8" by Mark J. Price
DamianMorozov/OpenTgResearcher
OpenTgResearcher - tool for analyzing Telegram chats and downloading their content
suxrobGM/logistics-app
AI-powered fleet management platform with an agentic dispatcher that autonomously matches loads to trucks, ensures HOS compliance, and optimizes routes. Built for trucking companies.
YodasMyDad/ZauberCMS
.NET CMS using Blazor, built by .Net Developers for .Net Developers
bhrugen/TangyBlazor
ivaano/NsxLibraryManager
Another Lib Manager for NSP NSZ files
Version Downloads Last Updated
10.0.6 9,441 3/23/2026
10.0.5 7,707 3/18/2026
10.0.4 1,771 3/18/2026
10.0.3 6,818 3/16/2026
10.0.2 5,146 3/13/2026
10.0.1 5,226 3/12/2026
10.0.0 742 3/12/2026
9.1.0 15,872 3/9/2026
9.0.8 15,226 3/4/2026
9.0.7 160,194 3/2/2026
9.0.6 22,747 2/23/2026
9.0.5 34,972 2/16/2026
9.0.4 14,775 2/12/2026
9.0.3 6,177 2/11/2026
9.0.2 3,543 2/10/2026
9.0.1 5,834 2/9/2026
9.0.0 2,043 2/9/2026
8.7.5 36,813 2/3/2026
8.7.4 12,318 1/30/2026
8.7.3 9,239 1/28/2026
Loading failed