UNPKG

radh-ui

Version:

Stencil Component Starter

20 lines (14 loc) 555 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const index = require('./index-710e648a.js'); const radhCardImageCss = ".card-image{width:100%;margin:calc(var(--size, 8px) * 4) 0}@media (max-width: 580px){.card-image{display:block}}"; class CardImage { constructor(hostRef) { index.registerInstance(this, hostRef); } render() { return index.h("img", { class: "card-image", src: this.imgSrc, alt: this.imgAlt }); } } CardImage.style = radhCardImageCss; exports.radh_card_image = CardImage;