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

Types

Link copied to clipboard

Functions

Link copied to clipboard
fun Tag.NoInputField(configure: NoInputFieldComponent.Config<Unit>.() -> Unit = {}): ComponentRef<NoInputFieldComponent<Unit>>
fun <T> Tag.NoInputField(value: T, configure: NoInputFieldComponent.Config<T>.() -> Unit = {}): ComponentRef<NoInputFieldComponent<T>>
fun <T> Tag.NoInputField(prop: KMutableProperty0<T>, configure: NoInputFieldComponent.Config<T>.() -> Unit = {}): ComponentRef<NoInputFieldComponent<T>>