MdNavigationTab

@Composable
fun MdNavigationTab(disabled: Boolean? = null, active: Boolean? = null, hideInactiveLabel: Boolean? = null, label: String? = null, badgeValue: String? = null, showBadge: Boolean? = null, attrs: Attrs<HTMLElement>? = null, content: @Composable MdNavigationTabScope.() -> Unit?)(source)