Bootstrap progress bar component.
(js)
ProgressBar |
The Bootstrap progress bar. open class ProgressBar : SimplePanel |
(js)
ProgressBarStyle |
Progress bar styles. enum class ProgressBarStyle |
(js)
progressBar |
DSL builder extension function. fun Container.progressBar(progress: Int, min: Int = DEFAULT_MIN, max: Int = DEFAULT_MAX, style: ProgressBarStyle? = null, striped: Boolean = false, animated: Boolean = false, content: String? = null, rich: Boolean = false, align: Align? = null, classes: Set<String>? = null, className: String? = null, init: (ProgressBar.() -> Unit)? = null): ProgressBar |