Progress Circle

This can be used to show progress in a progress circle. Used to show users the amount of progress done so far, like when fetching large amounts of data onto the UI or when saving data into DB.

Basic

Text

Sets a text inside the progress circle. It expects a String, users can make use of the low-code to dynamically update the text as the progress changes.

Value

Sets the progress of the widget. Progress should be an integer between 0 and 100.

Layout

Tooltip

Tooltips display additional information upon mouse hover. This information will be contextual, useful, and informative. The tooltip will be immediately shown when the user's mouse hovers over the widget, and immediately hides when the user's mouse leaves.

Interaction

Hide

This sets whether the widget has to be displayed on the screen when the program is loaded. This shows/hides the widget both on desktop and mobile devices.

Style

PropertyDescription

Text

Set the colour of the title text. Recommended to set in contrast with the background.

Loader Color

Pick the colour to the loading spinner when the component shows the loader before getting displayed.

Text Size

Set the size of the text in px value - 12px

Text Weight

Increase or decrease the thickness of the font using the list of numbers from 100-800.

Font Family

Type the name of the font family. The reference to the list of font families can be found here: MDN web docs

Font Style

There are 3 types of styles that can be applied: "normal" - The text is shown normally, no style applied. "italic" - The text is cursive. "oblique" - A sloped version of the normal text.

Margin

This value is set in terms of "px" number which creates the space between the border and the content of the widget.

Padding

This value is set in terms of "px" number which creates the space between the border and outer elements.

Track

Set the colour for the circle bar, before the progress starts to fill.

Fill

Set the colour for the circle bar to fill the progress.

Success

The colour for the widget circle bar to show the success symbol.

Box Shadow

The is the colour of the shadow that is generated behind the widget box. The X and Y axis values can be altered such that the shadow can be set to fall anywhere behind the widget area. "x-offset" - a positive number specifies the shadow will be on the right of the box, and a negative number will put the shadow on the left of the box. "y-offset" - a negative one means the shadow will be above the box, and a positive number means the shadow will be below the box. "Blur" - if the number is set to 0 then the shadow will be sharp. It will more blurred as the number goes higher, and the shadow will extend further away. "Color" - sets the colour of the shadow. If the colour is not set, the box shadows are drawn in the foreground colour.

Stroke Width

This value is set in terms of "px" number which defines the broadness of the circle bar line.

Counter Clockwise

Set the Boolean value to define if the progress should rotate counter clockwise.

Last updated