span

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

Appends a span element to this sink.

Parameters

block

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