Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.41 KB

koa-card.md

File metadata and controls

33 lines (24 loc) · 1.41 KB

<koa-card>

It is a container with a drop shadow.

Demo

Styling

Custom property Description Default
--card-header-color The color of the header text #000
--card-header Mixin applied to the card header section {}
--card-header-text Mixin applied to the title in the card header section {}
--card-header-image Mixin applied to the image in the card header section {}
--card-content Mixin applied to the card content section {}
--card-actions Mixin applied to the card action section {}
--card Mixin applied to the card {}

Properties

Name Type Description Default
fadeImage Boolean When preloadImage is true, setting fadeImage to true will cause the image to fade into place. false
heading String The title of the card. ''
image String The url of the title image of the card. ''
preloadImage Boolean When true, any change to the image url property will cause the placeholder image to be shown until the image is fully rendered. false