HtmlViewModel

A ViewModel which renders itself using the kotlinx-html DSL. Emit a single root tag for a full page (html { .. }) or any other tag for a fragment (div { .. }).

Functions

Link copied to clipboard
abstract fun TagConsumer<*>.render()
Link copied to clipboard
open fun template(): String