text

fun Html.text(content: String)(source)

A text element with the given content.

Since

0.1.0


fun Html.text(content: Signal<String>)(source)

A dynamic text component that updates with the given content.

The given content signal subscription is canceled when the element is unmounted.

Since

0.1.0