mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
602 B
602 B
title, description, tags, icon, status, component, elements, file
| title | description | tags | icon | status | component | elements | file | ||
|---|---|---|---|---|---|---|---|---|---|
| Progress Bar | Progress bars are used to show the status of an ongoing operation. | apps | progress-bar | experimental | progress-bar |
|
styles/native/progress.css |
<progress value="40" max="100"></progress>
Indeterminate:
<progress></progress>
Custom Height
Use the height CSS property to set the progress bar's height.
<progress value="50" style="height: 6px;"></progress>