ktml

@Composable
fun IComponent.ktml(name: String, parameters: Map<String, Any> = emptyMap())(source)

Render a Ktml template / fragment by its name with optional parameters.

Parameters

name

the name of the Ktml template / fragment

parameters

the parameters to pass to the Ktml template / fragment