AntDesign.ProLayout 1.4.0

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

@ant-design/pro-layout

alternate text is missing from this package README image

ProLayout provides a standard, yet flexible, middle and backend layout, with one-click layout switching and automatic menu generation. It can be used with PageContainer to automatically generate breadcrumbs, page headers, and provide a low-cost solution to access the footer toolbar.

When to use

ProLayout can be used to reduce layout costs when content needs to be carried on a page.

Use with umi plugins

ProLayout works best with umi. umi automatically injects the routes from config.ts into the configured layout for us, so we don't have to write the menus by hand.

ProLayout extends umi's router configuration, adding name, icon, locale, hideInMenu, hideChildrenInMenu and other configurations, so that it is easier to generate menus in one place. The data format is as follows.

export interface MenuDataItem {
  /** @name submenu */
  children?: MenuDataItem[];
  /** @name Hide child nodes in the menu */
  hideChildrenInMenu?: boolean;
  /** @name hideSelf and children in menu */
  hideInMenu?: boolean;
  /** @name Icon of the menu */
  icon?: React.ReactNode;
  /** @name Internationalization key for custom menus */
  locale?: string | false;
  /** @name The name of the menu */
  name?: string;
  /** @name is used to calibrate the selected value, default is path */
  key?: string;
  /** @name disable menu option */
  disabled?: boolean;
  /** @name path */
  path?: string;
  /**
   * When this node is selected, the node of parentKeys is also selected
   *
   * @name custom parent node
   */
  parentKeys?: string[];
  /** @name hides itself and elevates child nodes to its level */
  flatMenu?: boolean;

  [key: string]: any;
}

ProLayout will automatically select the menu based on location.pathname and automatically generate the corresponding breadcrumbs. If you don't want to use it, you can configure selectedKeys and openKeys yourself for controlled configuration.

Install

Using npm:

$ npm install --save  @ant-design/pro-layout

or using yarn:

$ yarn add @ant-design/pro-layout
Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  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. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on AntDesign.ProLayout:

Package Downloads
BD.Common.AspNetCore.Blazor.BackManage

次元超越通用多租户后台 UI 库

BlazeGate.RBAC.Components

Package Description

AppOS.DDD.UI.AntDesign

面向数据和领域驱动、易用、强大、高效、安全、智能、现代的一站式企业级基础设施,提供 AntDesign UI、客户端凭存储(LocalStorage、SessionStorage)、自适应渲染模式的凭证管理(Credential)、账号管理(Account)和多租户管理(Tenant)等能力。

AppOS.D4.UI.AntDesign

面向数据和领域驱动、易用、强大、高效、安全、智能、现代化的一站式企业级基础设施,提供 AntDesign UI、客户端凭存储(LocalStorage、SessionStorage)、自适应渲染模式的凭证管理(Credential)、账号管理(Account)和多租户管理(Tenant)等能力。

MyGuo.Core.Wasm

Package Description

GitHub repositories (5)

Showing the top 5 popular GitHub repositories that depend on AntDesign.ProLayout:

Repository Stars
AIDotNet/GraphRag.Net
参考GraphRag使用 Semantic Kernel 来实现的dotnet版本,可以使用NuGet开箱即用集成到项目中
weibaohui/blazork8s
manage k8s using c# blazor enhance by chatgpt ,try something new !使用blazor技术开发的内置OpenAI GPT的k8s 管理界面
thangchung/northwind-dotnet
A full-stack .NET 6 Microservices build on Minimal APIs and C# 10
AIDotNet/Text2Sql.Net
Text2Sql.Net 是一个使用DotNet和Semantic Kernel开发的Text2Sql工具
netcorepal/d3shop
An online shop project based on Domain-Driven Design
Version Downloads Last Updated
1.4.0 7,336 5/12/2025
1.3.1 2,482 4/2/2025
1.2.1 3,567 2/26/2025
1.1.4 1,872 1/26/2025
1.1.2 2,043 1/8/2025
1.1.0 549 1/1/2025
1.0.1 3,541 11/25/2024
1.0.0 2,879 11/2/2024
1.0.0-rc.2 309 10/11/2024
1.0.0-rc.1 205 9/19/2024
0.20.3 2,539 9/7/2024
0.20.2.1 2,644 8/22/2024
0.20.2 335 8/21/2024
0.20.1 370 8/19/2024
0.20.0 616 8/8/2024
0.19.7 1,318 8/1/2024
0.19.6 2,052 7/22/2024
0.19.4 3,631 7/4/2024
0.19.3 1,024 6/26/2024
0.19.2 880 6/23/2024
0.19.0 3,106 5/9/2024
0.18.2 7,863 4/3/2024
0.18.1 905 3/23/2024
0.18.0 2,062 3/7/2024
0.17.3 4,597 1/21/2024
0.17.1.3 2,094 1/2/2024
0.17.1.2 960 12/29/2023
0.16.2 9,680 11/17/2023
0.16.0 2,882 10/25/2023
0.15.5 2,640 9/27/2023
0.14.4.1 17,265 4/13/2023
0.14.4 4,200 3/23/2023
0.13.1 12,111 11/29/2022
0.13.0 2,561 11/23/2022
0.12.4 10,932 9/19/2022
0.12.0 3,056 9/1/2022
0.10.6 11,539 5/10/2022
0.1.10 13,964 12/24/2021
0.1.9 4,315 11/6/2021
0.1.8 2,330 10/16/2021
0.1.7 4,041 9/13/2021
0.1.6 6,283 8/29/2021
0.1.5 2,160 8/12/2021
0.1.4 1,930 8/3/2021
0.1.3 1,618 7/29/2021
0.1.2 1,518 7/28/2021
0.1.1 1,506 7/28/2021
0.1.0 8,474 7/27/2021
0.1.0-nightly-250518095132 167 5/18/2025
0.1.0-nightly-250512150752 245 5/12/2025
0.1.0-nightly-250404160419 139 4/4/2025
0.1.0-nightly-250402131006 179 4/2/2025
0.1.0-nightly-250226161312 142 2/26/2025
0.1.0-nightly-250126060954 124 1/26/2025
0.1.0-nightly-250126060922 179 1/26/2025
0.1.0-nightly-250108132825 125 1/8/2025
0.1.0-nightly-250101054356 167 1/1/2025
0.1.0-nightly-241125170040 154 11/25/2024
0.1.0-nightly-241102160646 146 11/2/2024
0.1.0-nightly-241011155809 96 10/11/2024
0.1.0-nightly-240919144402 113 9/19/2024
0.1.0-nightly-240907045919 144 9/7/2024
0.1.0-nightly-240822151143 196 8/22/2024
0.1.0-nightly-240821095451 188 8/21/2024
0.1.0-nightly-240818161909 169 8/18/2024
0.1.0-nightly-240808050924 178 8/8/2024
0.1.0-nightly-240801074353 153 8/1/2024
0.1.0-nightly-240722075516 127 7/22/2024
0.1.0-nightly-240704001043 186 7/4/2024
0.1.0-nightly-240626000317 183 6/26/2024
0.1.0-nightly-240623230856 138 6/23/2024
0.1.0-nightly-240509164714 187 5/9/2024
0.1.0-nightly-240403141539 204 4/3/2024
0.1.0-nightly-240327155440 198 3/27/2024
0.1.0-nightly-240323160825 204 3/23/2024
0.1.0-nightly-240307044713 342 3/7/2024
0.1.0-nightly-240121113701 629 1/21/2024
0.1.0-nightly-240108151356 703 1/8/2024
0.1.0-nightly-231231013837 675 12/31/2023
0.1.0-nightly-231229140852 744 12/29/2023
0.1.0-nightly-231229140814 747 12/29/2023
0.1.0-nightly-231228171200 730 12/28/2023
0.1.0-nightly-231228171136 678 12/28/2023
0.1.0-nightly-231227150814 698 12/27/2023
0.1.0-nightly-231117045313 831 11/17/2023
0.1.0-nightly-231117045015 779 11/17/2023
0.1.0-nightly-231025164949 855 10/25/2023
0.1.0-nightly-230927230635 873 9/27/2023
0.1.0-nightly-230923032500 896 9/23/2023
0.1.0-nightly-230518143345 1,203 5/18/2023
0.1.0-nightly-230327141737 1,152 3/27/2023
0.1.0-nightly-230323081216 1,204 3/23/2023
0.1.0-nightly-230323060142 1,168 3/23/2023
0.1.0-nightly-221129035649 1,234 11/29/2022
0.1.0-nightly-221129035545 1,170 11/29/2022
0.1.0-nightly-221123053849 1,178 11/23/2022
0.1.0-nightly-221123053826 1,245 11/23/2022
0.1.0-nightly-220919111113 1,261 9/19/2022
0.1.0-nightly-220919110025 1,214 9/19/2022
0.1.0-nightly-220901035929 1,179 9/1/2022
0.1.0-nightly-220701052920 1,185 7/1/2022
0.1.0-nightly-220510162051 1,220 5/10/2022
0.1.0-nightly-211224025455 1,225 12/24/2021
0.1.0-nightly-211222060756 1,226 12/22/2021
0.1.0-nightly-211214084601 1,230 12/14/2021
0.1.0-nightly-211106021800 1,260 11/6/2021
0.1.0-nightly-211017073243 1,365 10/17/2021
0.1.0-nightly-211016161003 1,367 10/16/2021
0.1.0-nightly-210924082739 1,329 9/24/2021
0.1.0-nightly-210913155325 1,371 9/13/2021
0.1.0-nightly-210829074522 1,289 8/29/2021
0.1.0-nightly-210813062316 1,281 8/13/2021
0.1.0-nightly-210813051716 1,271 8/13/2021
0.1.0-nightly-210812150205 1,278 8/12/2021
0.1.0-nightly-210811092519 1,276 8/11/2021
0.1.0-nightly-210803140146 1,280 8/3/2021
0.1.0-nightly-210729095901 1,340 7/29/2021
0.1.0-nightly-210728062112 1,399 7/28/2021
0.1.0-nightly-210728051320 1,326 7/28/2021
0.1.0-nightly-210728034012 1,358 7/28/2021
0.1.0-nightly-210727051342 1,345 7/27/2021
0.1.0-nightly-210727050909 1,313 7/27/2021
0.1.0-nightly-210721061958 1,304 7/21/2021
0.1.0-nightly-210714165658 2,142 7/14/2021
0.1.0-nightly-210618061658 1,857 6/18/2021
0.1.0-nightly-210618060254 1,291 6/18/2021
0.1.0-nightly-210527073803 1,327 5/27/2021
0.1.0-nightly-210513151937 1,360 5/13/2021
0.1.0-nightly-210513142421 2,324 5/13/2021