You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/list/doc/index.en-US.md
+31-33
Original file line number
Diff line number
Diff line change
@@ -18,53 +18,52 @@ import { NzListModule } from 'ng-zorro-antd/list';
18
18
19
19
## API
20
20
21
-
### nz-list
21
+
### nz-list:standalone
22
22
23
-
| Property | Description | Type | Default
24
-
| --- | --- | --- | --- |
25
-
|`[nzBordered]`| Toggles rendering of the border around the list |`boolean`|`false`|
26
-
|`[nzFooter]`| List footer renderer |`string \| TemplateRef<void>`| - |
27
-
|`[nzHeader]`| List header renderer |`string \| TemplateRef<void>`| - |
28
-
|`[nzItemLayout]`| The layout of list, default is `horizontal`, If a vertical list is desired, set the itemLayout property to `vertical`|`'vertical' \| 'horizontal'`|`'horizontal'`|
29
-
|`[nzLoading]`| Shows a loading indicator while the contents of the list are being fetched |`boolean`|`false`|
30
-
|`[nzSize]`| Size of list |`'large' \| 'small' \| 'default'`|`'default'`|
31
-
|`[nzSplit]`| Toggles rendering of the split under the list item |`boolean`|`true`|
|`[nzBordered]`| Toggles rendering of the border around the list |`boolean`|`false`|
26
+
|`[nzFooter]`| List footer renderer |`string \| TemplateRef<void>`| -|
27
+
|`[nzHeader]`| List header renderer |`string \| TemplateRef<void>`| -|
28
+
|`[nzItemLayout]`| The layout of list, default is `horizontal`, If a vertical list is desired, set the itemLayout property to `vertical`|`'vertical' \| 'horizontal'`|`'horizontal'`|
29
+
|`[nzLoading]`| Shows a loading indicator while the contents of the list are being fetched |`boolean`|`false`|
30
+
|`[nzSize]`| Size of list |`'large' \| 'small' \| 'default'`|`'default'`|
31
+
|`[nzSplit]`| Toggles rendering of the split under the list item |`boolean`|`true`|
0 commit comments