mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00

* Cleanup for iOS mode used in material variables Refactor to alpha variables for colors in the color map updated theme builder with new alpha variables updated theme builder with duplicate default CSS modes * moved alpha transform into css-var removed ion-color-alpha fixes for disabled css-variable mode added defaults for user configurable variables * revert to spinner related code
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"
, "tertiary"
, "success"
, "warning"
, "danger"
, "light"
, "medium"
, and "dark"
.
mode
The mode determines which platform styles to use.
Possible values are: "ios"
or "md"
.
translucent
boolean
If true, the card header will be translucent. Defaults to false
.
Attributes
color
string
The color to use for the background.
Default options are: "primary"
, "secondary"
, "tertiary"
, "success"
, "warning"
, "danger"
, "light"
, "medium"
, and "dark"
.
mode
The mode determines which platform styles to use.
Possible values are: "ios"
or "md"
.
translucent
boolean
If true, the card header will be translucent. Defaults to false
.
Built with StencilJS