mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
* wip * wip * wip * wip * CSS variable cleanup added css variable example * reverted example * wip * name fixes for tabbar and item * wip - alpha support * wip - all the things * wip * wip * PR cleanup * cleanup to ion-color * switched to double quotes * PR cleanup Added TODO for color-mod comments * reverted ios variable for transition. * style cleanup added -ion prefix to all css variables updated default.css to mirror SASS values cleanup/update to oceanic css * removed 'dark' theme files cleanup from scss-lint report
ion-card-header
ion-card-header is a header component for ion-card.
Properties
color
string
The color to use for the background.
Default options are: "primary", "secondary", "danger", "light", and "dark".
mode
The mode determines which platform styles to use.
Possible values are: "ios" or "md".
translucent
boolean
If true, adds transparency to the card header.
Only affects ios mode. Defaults to false.
Attributes
color
string
The color to use for the background.
Default options are: "primary", "secondary", "danger", "light", and "dark".
mode
The mode determines which platform styles to use.
Possible values are: "ios" or "md".
translucent
boolean
If true, adds transparency to the card header.
Only affects ios mode. Defaults to false.
Built by StencilJS