MdFab

@Composable
fun MdFab(variant: String? = null, size: String? = null, label: String? = null, lowered: Boolean? = null, attrs: Attrs<HTMLElement>? = null, content: @Composable MdFabScope.() -> Unit?)(source)