@@ -24,18 +24,18 @@ import { NzCardModule } from 'ng-zorro-antd/card';
2424
2525### nz-card: standalone
2626
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' ` | ✅ |
3939
4040### nz-card-meta: standalone
4141
0 commit comments