Home

Awesome

<p align="center"> <a href="https://masa-blazor-docs-dev.lonsid.cn" target="_blank"> <img alt="Masa Blazor Pro Logo" width="150" src="./imgs/logo.png"> </a> </p> <h1 align="center">Masa Blazor Pro</h1> <div align="center">

Out-of-the-box mid-office front-end/design solutions, Blazor project templates, provide preset layouts for a variety of common scenarios.

Masa.Blazor.Pro

</div>

English| 简体中文

Online example

https://blazor-pro.masastack.com

Templates

- Dashboard
  - eCommerce
- App
  - eCommerce
  - Todo
  - Invoice
  - User
- Page
  - Login
  - Register
  - Forgot Password
  - Reset Password
  - Account Seetings
  - 500
  - 401 

Use

CLI

Install Template

dotnet new --install Masa.Template

Create Project

dotnet new masabp -o Masa.Test
dotnet new masabp --mode Wasm -o Masa.TestWasm
dotnet new masabp --mode ServerAndWasm -o Masa.TestRcl

Go to the Server project directory

cd Masa.Test

Run

dotnet run

masabp

Existing Project

Introduce styles in wwwroot/index.html(WebAssembly) or Pages/_Host.cshtml(Server):

<html lang="en">
	<head>
		<!--Style-->
		<link href="css/masa-blazor-pro.css" rel="stylesheet">
		<!--<link href="{ASSEMBLY NAME}.styles.css" rel="stylesheet">-->
		<link href="Masa.Blazor.Pro.styles.css" rel="stylesheet">
	</head>
</html>

The masa-blazor-pro.css file is in the hierarchical directory of the project wwwroot/css/masa-blazor-pro.css

Masa.Blazor.Pro.styles.css needs to be changed to {ASSEMBLY NAME}.styles.css, the placeholder {ASSEMBLY NAME} is the assembly name of the project, see ASP.NET Core Blazor for details CSS isolation

var builder = WebApplication.CreateBuilder(args);
builder.Services.AddMasaBlazor(builder => 
{
    builder.UseTheme(option=>
        {
            option.Primary = "#4318FF";
            option.Accent = "#4318FF";
        }
    );
});

Rendering

renderingrendering
dashboardbasket
editview
logintodo

Related projects

Supported browsers

chromefirefoxedgeieSafarioper

Mobile devices

iosAndriod

ChromeFirefoxSafariMicrosoft Edge
iOSSupportedSupportedSupportedSupported
AndroidSupportedSupportedN/ASupported

Desktop devices

macOSlinuxwindows

ChromeFirefoxSafariOperaMicrosoft EdgeInternet Explorer
MacSupportedSupportedSupportedSupportedN/AN/A
LinuxSupportedSupportedN/AN/AN/AN/A
WindowsSupportedSupportedNot supportedSupportedSupportedSupported, IE11+

Due to WebAssembly restriction, Blazor WebAssembly doesn't support IE browser, but Blazor Server supports IE 11† with additional polyfills. See official documentation

How to contribute

  1. Clone
  2. Create Feature_xxx branch
  3. Commit with commit message, like feat:add MButton
  4. Create Pull Request

Contributors

Thanks to all the friends who have contributed to this project.

<a href="https://github.com/BlazorComponent/Masa.Blazor.Pro/graphs/contributors"> <img src="https://contrib.rocks/image?repo=BlazorComponent/Masa.Blazor.Pro" /> </a>

Interactive

QQ groupWX public accountWX Customer Service
masa.blazor-qqmasa.blazor-weixinmasa.blazor-weixin

Development team

The Digital Flash technical team is an efficient, stable and innovative team. The team adheres to the original intention of enriching the Blazor ecosystem, and it is the pursuit of the Digital Flash technical team to continue to work hard to bring a better experience to the developers. Thank you for your support and use.

Code of conduct

This project adopts the code of conduct defined in the "Contributors Convention" to clarify the expected behavior of our community. For more information, see Masa Stack Community Code of Conduct.

License

Masa.Blazor.Pro

Copyright (c) 2021-present Masa.Blazor.Pro