Package-level declarations
Material web progress components (circular, linear).
Types
Link copied to clipboard
open class MdCircularProgress(value: Number = 0, max: Number = 1, indeterminate: Boolean = false, fourColor: Boolean = false, className: String? = null, init: MdCircularProgress.() -> Unit? = null) : MdProgress
Circular progress indicator type.
Link copied to clipboard
open class MdLinearProgress(buffer: Number = 1, value: Number = 0, max: Number = 1, indeterminate: Boolean = false, fourColor: Boolean = false, className: String? = null, init: MdLinearProgress.() -> Unit? = null) : MdProgress
Linear progress indicator type.
Link copied to clipboard
Progress indicators inform users about the status of ongoing processes, such as loading an app or submitting a form.
Functions
Link copied to clipboard
fun Container.circularProgress(value: Number = 0, max: Number = 1, indeterminate: Boolean = false, fourColor: Boolean = false, className: String? = null, init: MdCircularProgress.() -> Unit? = null): <Error class: unknown class>
Link copied to clipboard
fun Container.linearProgress(buffer: Number = 1, value: Number = 0, max: Number = 1, indeterminate: Boolean = false, fourColor: Boolean = false, className: String? = null, init: MdLinearProgress.() -> Unit? = null): <Error class: unknown class>