AntDesign.ProLayout 0.18.2

dotnet add package AntDesign.ProLayout --version 0.18.2
NuGet\Install-Package AntDesign.ProLayout -Version 0.18.2
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="0.18.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AntDesign.ProLayout --version 0.18.2
#r "nuget: AntDesign.ProLayout, 0.18.2"
#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.
// Install AntDesign.ProLayout as a Cake Addin
#addin nuget:?package=AntDesign.ProLayout&version=0.18.2

// Install AntDesign.ProLayout as a Cake Tool
#tool nuget:?package=AntDesign.ProLayout&version=0.18.2

@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. 
.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 (4)

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

Package Downloads
BD.Common.AspNetCore.Blazor.BackManage

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

MyGuo.Core.Wasm

Package Description

ServiceReport.Ui.Web.Core

Package Description

ServiceReport.Ui.Core

Package Description

GitHub repositories (4)

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

Repository Stars
AIDotNet/AntSK
基于.Net8+AntBlazor+SemanticKernel 和KernelMemory 打造的AI知识库/智能体,本地离线AI大模型
thangchung/northwind-dotnet
A full-stack .NET 6 Microservices build on Minimal APIs and C# 10
sitkoru/Sitko.Core
Sitko.Core is a set of libraries to help build .NET Core applications fast
weibaohui/blazork8s
manage k8s using c# blazor enhance by chatgpt ,try something new !使用blazor技术开发的内置OpenAI GPT的k8s 管理界面
Version Downloads Last updated
0.18.2 815 4/3/2024
0.18.1 565 3/23/2024
0.18.0 1,165 3/7/2024
0.17.3 2,992 1/21/2024
0.17.1.3 1,838 1/2/2024
0.17.1.2 759 12/29/2023
0.16.2 5,588 11/17/2023
0.16.0 2,628 10/25/2023
0.15.5 2,406 9/27/2023
0.14.4.1 14,197 4/13/2023
0.14.4 3,729 3/23/2023
0.13.1 9,869 11/29/2022
0.13.0 2,378 11/23/2022
0.12.4 10,213 9/19/2022
0.12.0 2,593 9/1/2022
0.10.6 10,971 5/10/2022
0.1.10 10,813 12/24/2021
0.1.9 3,995 11/6/2021
0.1.8 2,130 10/16/2021
0.1.7 2,316 9/13/2021
0.1.6 6,074 8/29/2021
0.1.5 1,800 8/12/2021
0.1.4 1,763 8/3/2021
0.1.3 1,443 7/29/2021
0.1.2 1,361 7/28/2021
0.1.1 1,335 7/28/2021
0.1.0 6,641 7/27/2021
0.1.0-nightly-240403141539 114 4/3/2024
0.1.0-nightly-240327155440 119 3/27/2024
0.1.0-nightly-240323160825 134 3/23/2024
0.1.0-nightly-240307044713 242 3/7/2024
0.1.0-nightly-240121113701 504 1/21/2024
0.1.0-nightly-240108151356 596 1/8/2024
0.1.0-nightly-231231013837 602 12/31/2023
0.1.0-nightly-231229140852 652 12/29/2023
0.1.0-nightly-231229140814 646 12/29/2023
0.1.0-nightly-231228171200 642 12/28/2023
0.1.0-nightly-231228171136 610 12/28/2023
0.1.0-nightly-231227150814 628 12/27/2023
0.1.0-nightly-231117045313 717 11/17/2023
0.1.0-nightly-231117045015 701 11/17/2023
0.1.0-nightly-231025164949 758 10/25/2023
0.1.0-nightly-230927230635 786 9/27/2023
0.1.0-nightly-230923032500 786 9/23/2023
0.1.0-nightly-230518143345 1,025 5/18/2023
0.1.0-nightly-230327141737 999 3/27/2023
0.1.0-nightly-230323081216 1,022 3/23/2023
0.1.0-nightly-230323060142 1,038 3/23/2023
0.1.0-nightly-221129035649 1,073 11/29/2022
0.1.0-nightly-221129035545 995 11/29/2022
0.1.0-nightly-221123053849 1,019 11/23/2022
0.1.0-nightly-221123053826 1,071 11/23/2022
0.1.0-nightly-220919111113 1,092 9/19/2022
0.1.0-nightly-220919110025 1,047 9/19/2022
0.1.0-nightly-220901035929 1,014 9/1/2022
0.1.0-nightly-220701052920 1,048 7/1/2022
0.1.0-nightly-220510162051 1,053 5/10/2022
0.1.0-nightly-211224025455 1,065 12/24/2021
0.1.0-nightly-211222060756 1,081 12/22/2021
0.1.0-nightly-211214084601 1,085 12/14/2021
0.1.0-nightly-211106021800 1,105 11/6/2021
0.1.0-nightly-211017073243 1,187 10/17/2021
0.1.0-nightly-211016161003 1,179 10/16/2021
0.1.0-nightly-210924082739 1,152 9/24/2021
0.1.0-nightly-210913155325 1,177 9/13/2021
0.1.0-nightly-210829074522 1,136 8/29/2021
0.1.0-nightly-210813062316 1,117 8/13/2021
0.1.0-nightly-210813051716 1,113 8/13/2021
0.1.0-nightly-210812150205 1,087 8/12/2021
0.1.0-nightly-210811092519 1,115 8/11/2021
0.1.0-nightly-210803140146 1,076 8/3/2021
0.1.0-nightly-210729095901 1,171 7/29/2021
0.1.0-nightly-210728062112 1,204 7/28/2021
0.1.0-nightly-210728051320 1,179 7/28/2021
0.1.0-nightly-210728034012 1,189 7/28/2021
0.1.0-nightly-210727051342 1,181 7/27/2021
0.1.0-nightly-210727050909 1,160 7/27/2021
0.1.0-nightly-210721061958 1,128 7/21/2021
0.1.0-nightly-210714165658 1,952 7/14/2021
0.1.0-nightly-210618061658 1,660 6/18/2021
0.1.0-nightly-210618060254 1,115 6/18/2021
0.1.0-nightly-210527073803 1,182 5/27/2021
0.1.0-nightly-210513151937 1,171 5/13/2021
0.1.0-nightly-210513142421 2,142 5/13/2021