Progress Radials
Svelte ComponentDisplays a radial indicator showing the progress or completion of a task.
Import
Package
Source
Docs
WAI-ARIA
Examples
Indeterminate
Remove the value property to set to indeterminate mode.
Usage
let value: number = 50; // %
<ProgressRadial {value}>{value}%</ProgressRadial>