MdTextButton

@Composable
fun MdTextButton(disabled: Boolean? = null, href: String? = null, target: String? = null, trailingIcon: Boolean? = null, hasIcon: Boolean? = null, type: String? = null, value: String? = null, name: String? = null, form: String? = null, attrs: Attrs<HTMLElement>?, content: @Composable MdButtonScope.() -> Unit?)(source)