div

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

Appends a div element to this sink.

Parameters

block

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