AntDesign.ProLayout 0.1.0-nightly-250101054356

@ant-design/pro-layout

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

No packages depend on AntDesign.ProLayout.

.NET 5.0

.NET 6.0

.NET 7.0

.NET 8.0

.NET 9.0

.NET Standard 2.1

Version Downloads Last updated
1.6.2 0 30.06.2026
1.4.0 11 03.06.2025
1.3.1 13 02.06.2025
1.2.1 13 09.03.2025
1.1.4 12 09.03.2025
1.1.2 11 09.03.2025
1.1.0 12 09.03.2025
1.0.1 12 09.03.2025
1.0.0 13 11.11.2024
1.0.0-rc.2 10 09.03.2025
1.0.0-rc.1 11 09.03.2025
0.20.3 11 09.03.2025
0.20.2.1 10 09.03.2025
0.20.2 11 09.03.2025
0.20.1 10 09.03.2025
0.20.0 11 09.03.2025
0.19.7 10 09.03.2025
0.19.6 11 09.03.2025
0.19.4 11 09.03.2025
0.19.3 10 09.03.2025
0.19.2 11 09.03.2025
0.19.0 10 09.03.2025
0.18.2 11 09.03.2025
0.18.1 11 09.03.2025
0.18.0 11 09.03.2025
0.17.3 11 09.03.2025
0.17.1.3 11 09.03.2025
0.17.1.2 11 09.03.2025
0.16.2 10 09.03.2025
0.16.0 9 09.03.2025
0.15.5 10 09.03.2025
0.14.4.1 11 09.03.2025
0.14.4 10 09.03.2025
0.13.1 11 09.03.2025
0.13.0 11 09.03.2025
0.12.4 10 09.03.2025
0.12.0 10 09.03.2025
0.10.6 11 09.03.2025
0.1.10 11 09.03.2025
0.1.9 11 09.03.2025
0.1.8 12 09.03.2025
0.1.7 11 09.03.2025
0.1.6 12 09.03.2025
0.1.5 12 09.03.2025
0.1.4 12 09.03.2025
0.1.3 12 09.03.2025
0.1.2 12 09.03.2025
0.1.1 11 09.03.2025
0.1.0 12 09.03.2025
0.1.0-nightly-260630030646 0 30.06.2026
0.1.0-nightly-251121083317 5 13.12.2025
0.1.0-nightly-250518095132 12 28.05.2025
0.1.0-nightly-250512150752 8 04.06.2025
0.1.0-nightly-250404160419 10 04.06.2025
0.1.0-nightly-250402131006 9 04.06.2025
0.1.0-nightly-250226161312 11 09.03.2025
0.1.0-nightly-250126060954 11 09.03.2025
0.1.0-nightly-250126060922 11 09.03.2025
0.1.0-nightly-250108132825 12 09.03.2025
0.1.0-nightly-250101054356 12 09.03.2025
0.1.0-nightly-241125170040 11 09.03.2025
0.1.0-nightly-241102160646 11 09.03.2025
0.1.0-nightly-241011155809 11 09.03.2025
0.1.0-nightly-240919144402 11 09.03.2025
0.1.0-nightly-240907045919 12 09.03.2025
0.1.0-nightly-240822151143 12 09.03.2025
0.1.0-nightly-240821095451 11 09.03.2025
0.1.0-nightly-240818161909 11 09.03.2025
0.1.0-nightly-240808050924 10 09.03.2025
0.1.0-nightly-240801074353 11 09.03.2025
0.1.0-nightly-240722075516 11 09.03.2025
0.1.0-nightly-240704001043 12 09.03.2025
0.1.0-nightly-240626000317 11 09.03.2025
0.1.0-nightly-240623230856 12 09.03.2025
0.1.0-nightly-240509164714 11 09.03.2025
0.1.0-nightly-240403141539 11 09.03.2025
0.1.0-nightly-240327155440 11 09.03.2025
0.1.0-nightly-240323160825 11 09.03.2025
0.1.0-nightly-240307044713 11 09.03.2025
0.1.0-nightly-240121113701 11 09.03.2025
0.1.0-nightly-240108151356 11 09.03.2025
0.1.0-nightly-231231013837 11 09.03.2025
0.1.0-nightly-231229140852 12 09.03.2025
0.1.0-nightly-231229140814 12 09.03.2025
0.1.0-nightly-231228171200 10 09.03.2025
0.1.0-nightly-231228171136 10 09.03.2025
0.1.0-nightly-231227150814 9 09.03.2025
0.1.0-nightly-231117045313 11 09.03.2025
0.1.0-nightly-231117045015 12 09.03.2025
0.1.0-nightly-231025164949 12 09.03.2025
0.1.0-nightly-230927230635 12 09.03.2025
0.1.0-nightly-230923032500 11 09.03.2025
0.1.0-nightly-230518143345 11 09.03.2025
0.1.0-nightly-230327141737 13 09.03.2025
0.1.0-nightly-230323081216 11 09.03.2025
0.1.0-nightly-230323060142 11 09.03.2025
0.1.0-nightly-221129035649 11 09.03.2025
0.1.0-nightly-221129035545 11 09.03.2025
0.1.0-nightly-221123053849 11 09.03.2025
0.1.0-nightly-221123053826 12 09.03.2025
0.1.0-nightly-220919111113 12 09.03.2025
0.1.0-nightly-220919110025 10 09.03.2025
0.1.0-nightly-220901035929 11 09.03.2025
0.1.0-nightly-220701052920 11 09.03.2025
0.1.0-nightly-220510162051 11 09.03.2025
0.1.0-nightly-211224025455 11 09.03.2025
0.1.0-nightly-211222060756 11 09.03.2025
0.1.0-nightly-211214084601 11 09.03.2025
0.1.0-nightly-211106021800 12 09.03.2025
0.1.0-nightly-211017073243 12 09.03.2025
0.1.0-nightly-211016161003 11 09.03.2025
0.1.0-nightly-210924082739 11 09.03.2025
0.1.0-nightly-210913155325 11 09.03.2025
0.1.0-nightly-210829074522 12 09.03.2025
0.1.0-nightly-210813062316 10 09.03.2025
0.1.0-nightly-210813051716 11 09.03.2025
0.1.0-nightly-210812150205 12 09.03.2025
0.1.0-nightly-210811092519 11 09.03.2025
0.1.0-nightly-210803140146 11 09.03.2025
0.1.0-nightly-210729095901 11 09.03.2025
0.1.0-nightly-210728062112 11 09.03.2025
0.1.0-nightly-210728051320 12 09.03.2025
0.1.0-nightly-210728034012 12 09.03.2025
0.1.0-nightly-210727051342 11 09.03.2025
0.1.0-nightly-210727050909 11 09.03.2025
0.1.0-nightly-210721061958 12 09.03.2025
0.1.0-nightly-210714165658 12 09.03.2025
0.1.0-nightly-210618061658 11 09.03.2025
0.1.0-nightly-210618060254 12 09.03.2025
0.1.0-nightly-210527073803 11 09.03.2025
0.1.0-nightly-210513151937 12 09.03.2025
0.1.0-nightly-210513142421 10 09.03.2025