Package io. kvision. react
KVision bindings for embedded React components.
Types
Functions
kvision Wrapper
Link copied to clipboard
fun kvisionWrapper(builder: Container.() -> Unit): FunctionComponent<PropsWithChildren>
Content copied to clipboard
A helper functional component which allows to use KVision components as React children.
react
Link copied to clipboard
DSL builder extension function.
react Wrapper
Link copied to clipboard
fun <S> reactWrapper(builder: RBuilder.(refresh: StateSetter<S>) -> Unit): FunctionComponent<PropsWithChildren>
Content copied to clipboard
A helper functional component used by KVision React.