Package io. kvision. react
KVision bindings for embedded React components.
Types
Functions
Link copied to clipboard
A helper functional component which allows to use KVision components as React children.
Link copied to clipboard
fun <ERROR CLASS>.react(className: String? = null, builder: <ERROR CLASS>.() -> Unit): React<dynamic>
Content copied to clipboard
fun <S> <ERROR CLASS>.react(state: S, className: String? = null, builder: <ERROR CLASS>.(getState: () -> S, changeState: ((S) -> S) -> Unit) -> Unit): React<S>
Content copied to clipboard
DSL builder extension function.
Link copied to clipboard
Link copied to clipboard
fun <S> reactWrapper(builder: <ERROR CLASS>.(<ERROR CLASS><S>) -> Unit): <ERROR CLASS>
Content copied to clipboard
A helper functional component used by KVision React.