diff --git a/docs/progress.html b/docs/progress.html index 764ad23e..2b3459eb 100644 --- a/docs/progress.html +++ b/docs/progress.html @@ -1,3 +1 @@ -Progress • Pico.css

Progress

Progress bar element in pure HTML, without JavaScript.

<progress value="25" max="100"></progress>

You can change a progress bar to an indeterminate state by setting the indeterminate property to true

<script>
-  document.getElementById('indeterminate-progress').indeterminate = true;
-</script>
\ No newline at end of file +Progress • Pico.css

Progress

Progress bar element in pure HTML, without JavaScript.

<progress value="25" max="100"></progress>

A progress bar without a value attribute is indeterminate.

<progress></progress>
\ No newline at end of file diff --git a/docs/src/progress.html b/docs/src/progress.html index 101de8bf..109f55c6 100644 --- a/docs/src/progress.html +++ b/docs/src/progress.html @@ -1,8 +1,8 @@ - ${require('./_head.html') - title="Progress" + ${require('./_head.html') + title="Progress" description="Progress bar element in pure HTML, without JavaScript." canonical="progress.html" } @@ -10,10 +10,10 @@ ${require('./_nav.html')} - +
${require('./_sidebar.html') active="progress-link"} - +
@@ -28,22 +28,19 @@ -

You can change a progress bar to an indeterminate state by setting the indeterminate property to true

+

A progress bar without a value attribute is indeterminate.

- - +
${require('./_footer.html')} - +