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
<PackageReference Include="Blazor.M3.Pro" Version="1.4.1" />
<PackageVersion Include="Blazor.M3.Pro" Version="1.4.1" />
<PackageReference Include="Blazor.M3.Pro" />
paket add Blazor.M3.Pro --version 1.4.1
#r "nuget: Blazor.M3.Pro, 1.4.1"
#:package Blazor.M3.Pro@1.4.1
#addin nuget:?package=Blazor.M3.Pro&version=1.4.1
#tool nuget:?package=Blazor.M3.Pro&version=1.4.1
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.Standardis nowBlazor.M3BlazorM3.Prois nowBlazor.M3.ProBlazorM3.Templatesis nowBlazor.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.
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.M3v1.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 | Versions 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. |
-
net9.0
- Blazor.M3 (>= 1.4.1)
- Microsoft.AspNetCore.Components.Web (>= 9.0.8)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.8)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- Commercial release v1.4.1: Aligned package dependencies with Blazor.M3 v1.4.1 release.