Package de.peekandpoke.kraft.vdom

Types

Link copied to clipboard
class CustomTag(name: String, consumer: TagConsumer<*>) : HTMLTag, FlowContent
Link copied to clipboard
class VDom(engine: VDomEngine, val component: Component<*>? = null) : FlowContent
Link copied to clipboard
interface VDomElement
Link copied to clipboard
interface VDomEngine
Link copied to clipboard
interface VDomTagConsumer : TagConsumer<VDomElement>

Functions

Link copied to clipboard
fun FlowContent.custom(name: String, block: FlowContent.() -> Unit = {})