Skip to content

Components

Progress

The progress bar element in pure HTML, without JavaScript.

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

Indeterminate#

<progress />

Edit this page on GitHub