Sabatex.RadzenBlazor 9.0.8

dotnet add package Sabatex.RadzenBlazor --version 9.0.8
                    
NuGet\Install-Package Sabatex.RadzenBlazor -Version 9.0.8
                    
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="Sabatex.RadzenBlazor" Version="9.0.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Sabatex.RadzenBlazor" Version="9.0.8" />
                    
Directory.Packages.props
<PackageReference Include="Sabatex.RadzenBlazor" />
                    
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 Sabatex.RadzenBlazor --version 9.0.8
                    
#r "nuget: Sabatex.RadzenBlazor, 9.0.8"
                    
#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 Sabatex.RadzenBlazor@9.0.8
                    
#: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=Sabatex.RadzenBlazor&version=9.0.8
                    
Install as a Cake Addin
#tool nuget:?package=Sabatex.RadzenBlazor&version=9.0.8
                    
Install as a Cake Tool

Sabatex Radzen Blazor

1. Install

The Sabatex Radzen Blazor components are distributed via the Sabatex.RadzenBlazor nuget package and include reference to Radzen Blazor package.

You can add the Radzen.Blazor nuget package to your Blazor application in one of the following ways:

  • Via Visual Studio's Nuget Package Manager.
  • Via command line dotnet add package Sabatex.RadzenBlazor
  • By editing your application's .csproj file and adding a package reference <PackageReference Include="Sabatex.RadzenBlazor" Version="*" />

2. Import the namespace

Open the <b>_Imports.razor </b> file of your Blazor application and append the following:

@using Radzen
@using Radzen.Blazor
@using Sabatex.RadzenBlazor

3. Include a theme

Open <b> _Host.cshtml </b> and add this code within the <head> element:

<component type="typeof(RadzenTheme)" render-mode="WebAssemblyPrerendered" param-Theme="@("material")" />

4. Include Radzen.Blazor.js

Open the <b> _Host.cshtml </b> file of your application. Add this code after the last <script>:

<script src="_content/Radzen.Blazor/Radzen.Blazor.js?v=@(typeof(Radzen.Colors).Assembly.GetName().Version)"></script>
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 Sabatex.RadzenBlazor:

Package Downloads
Sabatex.Identity.UI

Part localized Blazor Account

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
9.0.8 106 10/1/2025
9.0.6 180 6/17/2025
9.0.5 195 6/3/2025
9.0.4 172 6/3/2025
9.0.3 178 6/3/2025
9.0.2 296 3/3/2025
9.0.1 254 3/3/2025
9.0.0 171 12/20/2024
5.3.6 146 11/14/2024
5.3.5 162 10/25/2024
5.1.10 208 9/11/2024
5.1.9 188 9/6/2024
5.1.6 168 9/6/2024
5.1.4 164 9/4/2024
5.1.3 159 8/27/2024
3.2.9 179 8/23/2024
3.2.8 190 8/21/2024
3.2.7 175 8/20/2024
3.2.3 188 5/17/2024
3.2.0 156 5/2/2024
3.1.0 178 4/24/2024
3.0.1 462 12/19/2023
3.0.0 318 12/19/2023
2.1.4 445 9/29/2023
2.1.3 461 9/29/2023
2.1.0 699 3/2/2023
2.0.2 898 1/17/2023
2.0.1 848 1/17/2023