Files
ionic-framework/packages/core/src/components/card-header
Ross Gerbasi f41bb39ce3 feat(components): add support for css variables (#13895)
* 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
2018-02-05 11:55:50 -05:00
..
2018-01-29 18:53:03 +01:00

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