ion-card-header
Ionic4项目中我们可以使用Ionic4卡片组件ion-card-header对项目进行布局。 ion-card-header官方文档地址:https://ionicframework.com/docs/api/card-headerion-card-header
is a header component for ion-card
.
ion-card-header 属性(Properties)
color | |
---|---|
Description | The color to use from your application's color palette.
Default options are: |
Attribute | color |
Type | string | undefined |
mode | |
Description | The mode determines which platform styles to use. |
Attribute | mode |
Type | "ios" | "md" |
translucent | |
Description | If |
Attribute | translucent |
Type | boolean |
Default | false |