diff options
Diffstat (limited to 'api/pl.treksoft.kvision.progress/index.html')
-rw-r--r-- | api/pl.treksoft.kvision.progress/index.html | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.progress/index.html b/api/pl.treksoft.kvision.progress/index.html new file mode 100644 index 00000000..fc809426 --- /dev/null +++ b/api/pl.treksoft.kvision.progress/index.html @@ -0,0 +1,36 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>pl.treksoft.kvision.progress - kvision</title> +<link rel="stylesheet" href="../../style.css"> +</HEAD> +<BODY> +<a href="../index.html">kvision</a> / <a href="./index.html">pl.treksoft.kvision.progress</a><br/> +<br/> +<h2>Package pl.treksoft.kvision.progress</h2> +<p>Bootstrap progress bar component.</p> +<h3>Types</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="-progress-bar/index.html">ProgressBar</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">ProgressBar</span> <span class="symbol">:</span> <a href="../pl.treksoft.kvision.panel/-simple-panel/index.html"><span class="identifier">SimplePanel</span></a></code> +<p>The Bootstrap progress bar.</p> +</td> +</tr> +<tr> +<td> +<p><a href="-progress-bar-style/index.html">ProgressBarStyle</a></p> +</td> +<td> +<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">ProgressBarStyle</span></code> +<p>Progress bar styles.</p> +</td> +</tr> +</tbody> +</table> +</BODY> +</HTML> |