What would it be in kvdom?
# kvision
r
What would it be in kvdom?
b
VElement
You can use KBuilder receiver to get the function in dsl scope right away
It's using kotlinx-html dsl
There's also a TypedVBuilder factory class that spits out immutable VElement
VElement is strongly typed, however, requiring HTMLElement type to be specified
r
I'll ask some questions on #kvdom