Dynamic

fun <T> Html.Dynamic(signal: Signal<T>, component: Html.(T) -> Unit)(source)

A component that updates component dynamically as signal receives updates.

Since

0.1.0

Parameters

signal

the value to track

component

the renderer for each received value