h6

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

Appends an h6 heading element to this sink.

Parameters

block

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