navLinkDisabled

fun Nav.navLinkDisabled(    label: String,     icon: String? = null,     image: <ERROR CLASS>? = null,     className: String? = null,     init: <ERROR CLASS>.() -> Unit? = null): <ERROR CLASS>

DSL builder extension function for a disabled link in a nav list.

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