ProgressCircular
constructor(value: Number? = null, secondaryValue: Number? = null, indeterminate: Boolean? = null, className: String? = null, init: ProgressCircular.() -> Unit? = null)(source)
Creates a circular progress indicator component.
Parameters
value
the current progress (should be a value between 0 and 100)
secondaryValue
the current secondary progress (should be a value between 0 and 100)
indeterminate
whether infinite looping animation is shown
className
CSS class names
init
an initializer extension function