Image

constructor(src: ResString?, alt: String? = null, responsive: Boolean = false, shape: ImageShape? = null, centered: Boolean = false, className: String? = null, init: Image.() -> Unit? = null)

Parameters

src

image URL

alt

alternative text

responsive

determines if the image is rendered as responsive

shape

image shape

centered

determines if the image is rendered centered

className

CSS class names

init

an initializer extension function