MdPrimaryTab

@Composable
fun MdPrimaryTab(inlineIcon: Boolean? = null, isTab: Boolean? = null, active: Boolean? = null, hasIcon: Boolean? = null, iconOnly: Boolean? = null, selected: Boolean? = null, id: String? = null, ariaControls: String? = null, attrs: AttrBuilderContext<HTMLElement>? = null, content: @Composable MdTabScope.() -> Unit? = null)(source)