Progress Bars
Svelte ComponentAn indicator showing the progress or completion of a task.
Import
Package
Source
Docs
Examples
Usage
This component is treated as a ARIA progressbar.
<ProgressBar label="Progress Bar" value={50} max={100} />
Indeterminate
The value
property must be removed or set to undefined
.
<ProgressBar />