MdElevatedButton

@Composable
fun MdElevatedButton(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: AttrBuilderContext<HTMLElement>? = null, content: @Composable MdButtonScope.() -> Unit?)(source)