cla-card-image
Card image - slot inside the card-media component and displays an image or placeholder icon.
Usage
<cla-card-image img="images/image.jpg"></cla-card-image>
Properties
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
img |
img |
Image URL | string |
undefined |
Events
Event | Description | Type |
---|---|---|
claImgDidLoad |
Emitted when nav item loads. | CustomEvent<any> |
Built with StencilJS