h3

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

Appends an h3 heading element to this sink.

Parameters

block

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