https://github.com/ant-design-blazor/blazor-pro-components
Pro Components of Blazor. đ Use Ant Design like a Pro!
https://github.com/ant-design-blazor/blazor-pro-components
ant-design antd blazor blazor-components dotnet hacktoberfest
Last synced: 3 months ago
JSON representation
Pro Components of Blazor. đ Use Ant Design like a Pro!
- Host: GitHub
- URL: https://github.com/ant-design-blazor/blazor-pro-components
- Owner: ant-design-blazor
- License: apache-2.0
- Created: 2020-07-24T02:33:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-26T16:12:36.000Z (5 months ago)
- Last Synced: 2025-03-26T21:39:33.116Z (4 months ago)
- Topics: ant-design, antd, blazor, blazor-components, dotnet, hacktoberfest
- Language: C#
- Homepage:
- Size: 1.15 MB
- Stars: 152
- Watchers: 5
- Forks: 44
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
English | [įŽäŊ䏿](./README.zh-CN.md)
[](https://www.nuget.org/packages/AntDesign.ProLayout/)
[](https://www.nuget.org/packages/AntDesign.ProLayout/)
[](https://github.com/ant-design-blazor/blazor-pro-components/issues)


[](https://join.slack.com/t/AntBlazor/shared_invite/zt-etfaf1ww-AEHRU41B5YYKij7SlHqajA)
[](https://discord.com/invite/jqu3Xeq)Ant Design Pro Layout

An out-of-box UI solution for enterprise applications as a React boilerplate. This repository is the layout of Ant Design Pro and was developed for quick and easy use of the layout.
## Usage
```bash
Install-Package AntDesign.Pro.Layout
// or
dotnet add package AntDesign.Pro.Layout
``````CSharp | pure
builder.Services.AddAntDesign();
builder.Services.Configure(x =>
{
x.Title = "Ant Design Pro";
x.NavTheme = "light";
x.Layout = "mix";
x.PrimaryColor = "daybreak";
x.ContentWidth = "Fluid";
x.HeaderHeight = 64;
});
```Or setup with appsettings.json
```CSharp | pure
builder.Services.AddAntDesign();
builder.Services.Configure(builder.Configuration.GetSection("ProSettings"));
``````json
{
"ProSettings": {
"NavTheme": "light",
"Layout": "mix",
"ContentWidth": "Fluid",
"FixedHeader": false,
"FixSiderbar": true,
"Title": "Ant Design Pro",
"PrimaryColor": "daybreak",
"ColorWeak": false,
"SplitMenus": false,
"HeaderRender": true,
"FooterRender": true,
"MenuRender": true,
"MenuHeaderRender": true,
"HeaderHeight": 64
}
}
```- Link the static files in `wwwroot/index.html` (WebAssembly) or `Pages/_Host.cshtml` (Server)
```html
```
## â Community Support
If you encounter any problems in the process, feel free to ask for help via following channels. We also encourage experienced users to help newcomers.
- [](https://discord.com/invite/jqu3Xeq)
- [](https://h5.dingtalk.com/circle/healthCheckin.html?corpId=dingce91412e5fdea4020aee85826fecb71d&dd651=7b682&cbdbhh=qwertyuiop&origin=11)
Scan QR Code with DingTalk
![]()
## Code of Conduct
This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community.
For more information see the [.NET Foundation Code of Conduct](https://dotnetfoundation.org/code-of-conduct).## âī¸ License
[](https://github.com/ant-design-blazor/ant-design-blazor/blob/master/LICENSE)
## .NET Foundation
This project is supported by the [.NET Foundation](https://dotnetfoundation.org).