navLink
fun Nav.navLink(label: String, url: String? = null, icon: String? = null, image: ResString? = null, dataNavigo: Boolean? = null, className: String? = null, init: Link.() -> Unit? = null): Link(source)
DSL builder extension function for a link in a nav list.
It takes the same parameters as the constructor of the built component.