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.
Parameters
<receiver>
Flow containing the data
content
RenderContext for rendering the data to the DOM