ProgressBar
constructor(value: Number? = null, secondaryValue: Number? = null, indeterminate: Boolean? = null, className: String? = null, init: ProgressBar.() -> Unit? = null)(source)
Creates a progress bar 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