Blazor.M3.Pro 1.4.1

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

Blazor.M3 Pro

Package Rename Notice (v1.0.2) To improve NuGet discoverability and adhere to standard .NET naming conventions, we have renamed our packages and namespaces from BlazorM3 to Blazor.M3.

  • BlazorM3.Standard is now Blazor.M3
  • BlazorM3.Pro is now Blazor.M3.Pro
  • BlazorM3.Templates is now Blazor.M3.Templates

We sincerely apologize for this breaking change. Bumping the version to 1.0.2 marks this migration. Please update your package references and @using statements.

NuGet Version License: Commercial

The Pro edition of the Blazor.M3 component library. This package extends the Standard edition with advanced, high-productivity components designed for professional data-driven applications.

🆕 Recent Updates (v1.4.1)

  • Framework Alignment: Aligned Pro package dependencies with Blazor.M3 v1.4.1 release.

✨ Pro Features

  • M3DataTable: Full-featured data grid with sorting, paging, selection, and editing.
  • M3FileUploader: Advanced drag-and-drop file uploader with image previews, upload cancellation, and HTTP endpoint integration.
  • M3Stepper: Stepper wizard components supporting horizontal and vertical orientations with dynamic icons and custom form step validations.
  • Range Sliders: Vertical and horizontal range sliders for complex value selection.
  • SideSheets: Standard and Modal side sheets for auxiliary content.
  • Search Foundation: High-fidelity search bars with rich results support.

🚀 Quick Start

1. Install the Package

dotnet add package Blazor.M3.Pro

2. Manual Registration

In your Program.cs:

using Blazor.M3.Pro.Extensions;

builder.Services.AddBlazorM3Pro();

3. Add Static Assets

Add the following to your index.html or App.razor (after the Blazor.M3 assets):

<link rel="stylesheet" href="_content/Blazor.M3.Pro/Blazor.M3.Pro.bundle.scp.css" />
<script src="_content/Blazor.M3.Pro/js/blazor-m3-pro.js"></script>

4. Enable Global Imports

Add the following to your _Imports.razor:

@using Blazor.M3.Pro.Components
@using Blazor.M3.Pro.Enums

Built with ❤️ by Arietta Solutions

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

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
1.4.1 43 8/26/2026
1.4.0 68 8/23/2026
1.3.0 103 7/27/2026
1.2.0 116 7/11/2026
1.1.0 112 7/7/2026
1.0.3 115 6/26/2026
1.0.2 126 6/24/2026

- Commercial release v1.4.1: Aligned package dependencies with Blazor.M3 v1.4.1 release.