Progress

This can be used to show progress in a horizontal. 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

Value

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

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.

Show Value

Decide whether to show the progress percentage number at the end of the bar, along with the filling up the progress.

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.

Border Radius

This sets the radius of the widget's corners, enabling rounded corners on the widget. This value is defined in "px" terms.

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.

Last updated