CircularProgressBar is an indeterminate loading spinner. It animates continuously while mounted and does not accept a progress value. Use ProgressBar when you can report a percentage.
Usage
Appearance
size sets the width and height in pixels and defaults to 50. barWidth defaults to 5; keep it smaller than half the size. barColor accepts a CSS color and defaults to currentColor, so it inherits the surrounding text color. Theme variables work as color values, for example var(--t-font-color-secondary).
Props
string
default:"currentColor"
CSS stroke color. Defaults to the inherited text color.
number
default:"5"
Stroke width in pixels. Keep it smaller than half of
size.number
default:"50"
Width and height of the spinner in pixels.