kvision / pl.treksoft.kvision.progress

Package pl.treksoft.kvision.progress

Bootstrap progress bar component.

Types

(js)

ProgressBar

The Bootstrap progress bar.

open class ProgressBar : SimplePanel
(js)

ProgressBarStyle

Progress bar styles.

enum class ProgressBarStyle

Functions

(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