This commit is contained in:
Jeremy Thomas
2018-10-28 14:45:28 +00:00
parent 61899e3ede
commit 3c096d05bd
5 changed files with 122 additions and 24 deletions

View File

@@ -53,6 +53,14 @@ meta:
{% include elements/anchor.html name="Indeterminate" %}
{% include elements/new-tag.html version="0.7.3" %}
<div class="content">
<p>
If you don't set the HTML <code>value</code> attribute, you can display an <strong>indeterminate</strong> progress bar. It's used to show that some progress is going on, but the actual duration is not yet determined.
</p>
</div>
{% include elements/snippet.html content=progress_indeterminate %}
{% include elements/variables.html type='element' %}