Package de.peekandpoke.kraft.addons.semanticui.forms.old.textarea

Types

Link copied to clipboard

Functions

Link copied to clipboard
fun Tag.TextArea(    value: String,     onChange: (String) -> Unit,     configure: TextAreaFieldComponent.Config<String>.() -> Unit = {}): ComponentRef<TextAreaFieldComponent<String>>