Sabatex.RadzenBlazor 9.0.0

dotnet add package Sabatex.RadzenBlazor --version 9.0.0                
NuGet\Install-Package Sabatex.RadzenBlazor -Version 9.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="Sabatex.RadzenBlazor" Version="9.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Sabatex.RadzenBlazor --version 9.0.0                
#r "nuget: Sabatex.RadzenBlazor, 9.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.
// Install Sabatex.RadzenBlazor as a Cake Addin
#addin nuget:?package=Sabatex.RadzenBlazor&version=9.0.0

// Install Sabatex.RadzenBlazor as a Cake Tool
#tool nuget:?package=Sabatex.RadzenBlazor&version=9.0.0                

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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
9.0.0 46 12/20/2024
5.3.6 95 11/14/2024
5.3.5 94 10/25/2024
5.1.10 141 9/11/2024
5.1.9 127 9/6/2024
5.1.6 119 9/6/2024
5.1.4 113 9/4/2024
5.1.3 102 8/27/2024
3.2.9 126 8/23/2024
3.2.8 128 8/21/2024
3.2.7 123 8/20/2024
3.2.3 130 5/17/2024
3.2.0 103 5/2/2024
3.1.0 120 4/24/2024
3.0.1 412 12/19/2023
3.0.0 257 12/19/2023
2.1.4 404 9/29/2023
2.1.3 413 9/29/2023
2.1.0 616 3/2/2023
2.0.2 818 1/17/2023
2.0.1 765 1/17/2023