kvision / pl.treksoft.kvision.html / Link / link

link

fun Container.link(label: String, url: String? = null, icon: String? = null, image: ResString? = null, classes: Set<String> = setOf(), init: (Link.() -> Unit)? = null): Link

DSL builder extension function.

It takes the same parameters as the constructor of the built component.