img

fun ElementSink.img(block: NodeBuilder.() -> Unit = {})

Appends an img element to this sink.

Parameters

block

configures the new node (props, children); defaults to an empty body.