gauss-lvs / Material.Blazor

Lightweight Material Theme components for Blazor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Material.Blazor


NuGet version NuGet version NuGet downloads


Gitter


License: MIT GitHub issues GitHub forks GitHub stars GitHub stars

GithubActionsRelease GithubActionsWIP


Lightweight Material Theme razor components for Blazor

Material.Blazor is a lightweight Material Theme web development platform component library for ASP.NET Blazor. It is rigorously faithful to the Material Theme's design philosophy, markup and code usage. Material Theme has very specific and detailed guidance showing web designers how to build web apps with HTML, CSS and JavaScript. Since Blazor is not directly supported, Blazor developers either need to roll their own components or use a component library such as Material.Blazor.

Material.Blazor has two release trains available via NuGet. The trains are MD2 and MD3 based. The MD2 NuGet packages are available in V3, V4, and V5. The MD3 NuGet packages are available in V5.

  • V3.x is a DotNet 6 LTS stable version using Material Design 2 and is the version used in most production settings
  • V4.x is a DotNet 7 STS stable version using Material Design 2 and is the version used in some production settings
  • V5.x is a DotNet 8 LTS RC version.
  • V5.x also has introductory work using Material Design 3.
  • To see the MD3 work in progress you need to browse to https://material-blazor.github.io/Material.Blazor.MD3.Current/)
  • As of .Net 8 RC1 two NuGet packages are released that correspond to the release trains:
    • Material.Blazor (.Net 8 RC1 & Material Design 2)
    • Material.Blazor.MD3 (.Net 8 RC1 & Material Design 3)

About

Lightweight Material Theme components for Blazor

License:Other


Languages

Language:C# 46.4%Language:HTML 37.6%Language:SCSS 8.5%Language:JavaScript 3.7%Language:TypeScript 3.1%Language:CSS 0.7%Language:Batchfile 0.1%