fun Nav.navLink(: String, : String? = null, : String? = null, : ResString? = null, : Set<String> = setOf(), : (Link.() -> Unit)? = null): Link
DSL builder extension function for a link in a nav list.
It takes the same parameters as the constructor of the built component.