@@ -32,7 +32,7 @@ The first level navigation is inclined left near a logo, and the secondary menu
3232
3333## Visualization rules
3434
35- Style of a navigation should conform to the its level.
35+ Style of a navigation should conform to the its level.
3636
3737- ** Emphasis by colorblock**
3838
@@ -74,22 +74,22 @@ The first level navigation is inclined left near a logo, and the secondary menu
7474</nz-layout >
7575```
7676
77- ### nz-sider
77+ ### nz-sider: standalone
7878
7979The sidebar.
8080
81- | Property | Description | Type | Default |
82- | -------- | ----------- | ---- | ------- |
83- | ` [nzBreakpoint] ` | breakpoints of the responsive layout | ` 'xs' \| 'sm' \| 'md' \| 'lg' \| 'xl' \| 'xxl' ` | - |
84- | ` [nzCollapsedWidth] ` | width of the collapsed sidebar, by setting to ` 0 ` a special ` trigger ` will appear | ` number ` | ` 64 ` |
85- | ` [nzCollapsible] ` | whether can be collapsed | ` boolean ` | ` false ` |
86- | ` [nzCollapsed] ` | the collapsed status can be double binding | ` boolean ` | ` false ` |
87- | ` [nzReverseArrow] ` | reverse direction of arrow, for a sider that expands from the right | ` boolean ` | ` false ` |
88- | ` [nzTrigger] ` | specify the customized ` trigger ` , set to ` null ` to hide the ` trigger ` | ` string \| TemplateRef<void> ` | - |
89- | ` [nzZeroTrigger] ` | specify the customized trigger when ` nzCollapsedWidth ` setting to ` 0 ` | ` TemplateRef<void> ` | - |
90- | ` [nzWidth] ` | width of the sidebar | ` number \| string ` | ` 200 ` |
91- | ` [nzTheme] ` | color theme of the sidebar | ` 'light' \| 'dark' ` | ` dark ` |
92- | ` (nzCollapsedChange) ` | the callback function | ` EventEmitter<boolean> ` | - |
81+ | Property | Description | Type | Default |
82+ | --------------------- | --------------------------------------------------------------------------------- | ------------------------------------------- ---- | ------- |
83+ | ` [nzBreakpoint] ` | breakpoints of the responsive layout | ` 'xs' \| 'sm' \| 'md' \| 'lg' \| 'xl' \| 'xxl' ` | - |
84+ | ` [nzCollapsedWidth] ` | width of the collapsed sidebar, by setting to ` 0 ` a special ` trigger ` will appear | ` number ` | ` 64 ` |
85+ | ` [nzCollapsible] ` | whether can be collapsed | ` boolean ` | ` false ` |
86+ | ` [nzCollapsed] ` | the collapsed status can be double binding | ` boolean ` | ` false ` |
87+ | ` [nzReverseArrow] ` | reverse direction of arrow, for a sider that expands from the right | ` boolean ` | ` false ` |
88+ | ` [nzTrigger] ` | specify the customized ` trigger ` , set to ` null ` to hide the ` trigger ` | ` string \| TemplateRef<void> ` | - |
89+ | ` [nzZeroTrigger] ` | specify the customized trigger when ` nzCollapsedWidth ` setting to ` 0 ` | ` TemplateRef<void> ` | - |
90+ | ` [nzWidth] ` | width of the sidebar | ` number \| string ` | ` 200 ` |
91+ | ` [nzTheme] ` | color theme of the sidebar | ` 'light' \| 'dark' ` | ` dark ` |
92+ | ` (nzCollapsedChange) ` | the callback function | ` EventEmitter<boolean> ` | - |
9393
9494#### breakpoint width
9595
0 commit comments