Files
ionic-framework/core/src/components/card-header

octicon-book(16/tw-mr-2) readme.md

ion-card-header

ion-card-header is a header component for ion-card.

Properties

Property Attribute Description Type Default
color color The color to use from your application's color palette. Default options are: "primary", "secondary", "tertiary", "success", "warning", "danger", "light", "medium", and "dark". For more information on colors, see theming. string | undefined undefined
mode mode The mode determines which platform styles to use. "ios" | "md" undefined
translucent translucent If true, the card header will be translucent. Only applies when the mode is "ios" and the device supports backdrop-filter. boolean false

Built with StencilJS