ProgressBar

open class ProgressBar(value: Number? = null, secondaryValue: Number? = null, indeterminate: Boolean? = null, className: String? = null, init: ProgressBar.() -> Unit? = null)

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

Constructors

Link copied to clipboard
constructor(value: Number? = null, secondaryValue: Number? = null, indeterminate: Boolean? = null, className: String? = null, init: ProgressBar.() -> Unit? = null)

Creates a progress bar component.

Properties

Link copied to clipboard

Whether infinite looping animation is shown.

Link copied to clipboard

A modifier attribute to specify custom styles.

Link copied to clipboard

The current secondary progress (should be a value between 0 and 100).

Link copied to clipboard

The current progress (should be a value between 0 and 100).

Functions

Link copied to clipboard
open fun buildAttributeSet(attributeSetBuilder: <Error class: unknown class>)
Link copied to clipboard
open fun render(): <Error class: unknown class>