@@ -24,18 +24,18 @@ import { NzCardModule } from 'ng-zorro-antd/card';
24
24
25
25
### nz-card: standalone
26
26
27
- | Property | Description | Type | Default | Global Config |
28
- | ---------------- | -------------------------------------------------------------------------- | --------------------------- | ----------- | ------------- |
29
- | ` [nzActions] ` | The action list, shows at the bottom of the Card. | ` Array<TemplateRef<void>> ` | - |
30
- | ` [nzBodyStyle] ` | Inline style to apply to the card content | ` { [key: string]: string } ` | - |
31
- | ` [nzBorderless ] ` | Remove border around the card | ` boolean ` | ` false ` | ✅ |
32
- | ` [nzCover] ` | Card cover | ` TemplateRef<void> ` | - |
33
- | ` [nzExtra] ` | Content to render in the top-right corner of the card | ` string\|TemplateRef<void> ` | - |
34
- | ` [nzHoverable] ` | Lift up when hovering card | ` boolean ` | ` false ` | ✅ |
35
- | ` [nzLoading] ` | Shows a loading indicator while the contents of the card are being fetched | ` boolean ` | ` false ` |
36
- | ` [nzTitle] ` | Card title | ` string\|TemplateRef<void> ` | - |
37
- | ` [nzType] ` | Card style type, can be set to ` inner ` or not set | ` 'inner' ` | - |
38
- | ` [nzSize] ` | Size of card | ` 'default'\|'small' ` | ` 'default' ` | ✅ |
27
+ | Property | Description | Type | Default | Global Config |
28
+ | --------------- | -------------------------------------------------------------------------- | --------------------------- | ----------- | ------------- |
29
+ | ` [nzActions] ` | The action list, shows at the bottom of the Card. | ` Array<TemplateRef<void>> ` | - |
30
+ | ` [nzBodyStyle] ` | Inline style to apply to the card content | ` { [key: string]: string } ` | - |
31
+ | ` [nzBordered ] ` | Toggles rendering of the border around the card | ` boolean ` | ` true ` | ✅ |
32
+ | ` [nzCover] ` | Card cover | ` TemplateRef<void> ` | - |
33
+ | ` [nzExtra] ` | Content to render in the top-right corner of the card | ` string\|TemplateRef<void> ` | - |
34
+ | ` [nzHoverable] ` | Lift up when hovering card | ` boolean ` | ` false ` | ✅ |
35
+ | ` [nzLoading] ` | Shows a loading indicator while the contents of the card are being fetched | ` boolean ` | ` false ` |
36
+ | ` [nzTitle] ` | Card title | ` string\|TemplateRef<void> ` | - |
37
+ | ` [nzType] ` | Card style type, can be set to ` inner ` or not set | ` 'inner' ` | - |
38
+ | ` [nzSize] ` | Size of card | ` 'default'\|'small' ` | ` 'default' ` | ✅ |
39
39
40
40
### nz-card-meta: standalone
41
41
0 commit comments