render Element
fun <V> Flow<V>.renderElement(preserveOrder: Boolean = true, content: RenderContext.(V) -> RenderContext)
Content copied to clipboard
Renders the data of a Flow as Tags to the DOM. content should only contain one root Tag otherwise a MultipleRootElementsException will be thrown.