Try Install Learn Blog API Packages GitHub
Pages

Ui.CircularProgress

A circular progress bar displaying progress as a circle and the percentage and the actual values as text.

Properties

current
:
Number
=
0

The current value.

format
:
Function(Number, String)
=
Number.toString

The function to format the number into a string.

max
:
Number
=
100

The maximum value.

size
:
Ui.Size
=
Ui.Size::Inherit

The size of the component.

thickness
:
Number
=
0.3125

The thickness of the bar.

width
:
Number
=
12

The width of the component.

Functions

render
:
Html

Renders the component.