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
|`[nzTitle]`| Describe the title of the list, displayed at the top |`string\|TemplateRef<void>`|`false`|
26
-
|`[nzExtra]`| The action area of the description list, placed at the top-right |`string\|TemplateRef<void>`|`-`|
27
-
|`[nzBordered]`| Whether to display the border |`boolean`|`false`| ✅ |
28
-
|`[nzColumn]`| The number of `nz-descriptions-item` in a row. It could be a number or a object like `{ xs: 8, sm: 16, md: 24}`|`number\|object`|`{ xxl: 3, xl: 3, lg: 3, md: 3, sm: 2, xs: 1 }`| ✅ |
29
-
|`[nzSize]`| Set the size of the list. Only works when `nzBordered` is set |`'default' \| 'middle' \| 'small'`|`'default'`| ✅ |
30
-
|`[nzColon]`| Show colon after title |`boolean`|`true`| ✅ |
31
-
32
-
### nz-descriptions-item
33
-
34
-
| Property | Description | Type | Default |
35
-
| -------- | ----------- | ---- | ------- |
36
-
|`[nzTitle]`| Description of the content |`boolean`|`string\|TemplateRef<void>`|
37
-
|`[nzSpan]`| The number of columns included |`number`|`1`|
21
+
### nz-descriptions:standalone
22
+
23
+
| Property | Description | Type | Default| Global Config |
|`[nzTitle]`| Describe the title of the list, displayed at the top |`string\|TemplateRef<void>`|`false`|
26
+
|`[nzExtra]`| The action area of the description list, placed at the top-right |`string\|TemplateRef<void>`|`-`|
27
+
|`[nzBordered]`| Whether to display the border |`boolean`|`false`| ✅|
28
+
|`[nzColumn]`| The number of `nz-descriptions-item` in a row. It could be a number or a object like `{ xs: 8, sm: 16, md: 24}`|`number\|object`|`{ xxl: 3, xl: 3, lg: 3, md: 3, sm: 2, xs: 1 }`| ✅|
29
+
|`[nzSize]`| Set the size of the list. Only works when `nzBordered` is set |`'default' \| 'middle' \| 'small'`|`'default'`| ✅|
30
+
|`[nzColon]`| Show colon after title |`boolean`|`true`| ✅|
0 commit comments