MdCircularProgress

@Composable
fun MdCircularProgress(value: Number? = null, max: Number? = null, indeterminate: Boolean? = null, fourColor: Boolean? = null, attrs: Attrs<HTMLElement>? = null, content: @Composable ElementScope<HTMLElement>.() -> Unit? = null)(source)