UI MarCom 3

Progress Stable Dark theme

A component that indicates the progress of a single process or a static percentage value.

<uimc-progress-bar value=""></uimc-progress-bar>

AttributeDescriptionValuesDefault
valueSets the percentage of progressNumber0
additional-informationAdds a small text below the progress barString
themeSet the color scheme of the componentlight, darklight

Working sample

<uimc-progress-bar value="20" additional-information="Lorem ipsum"></uimc-progress-bar>

Dark theme

<uimc-progress-bar value="20" additional-information="Lorem ipsum" theme="dark"></uimc-progress-bar>