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>
Attribute | Description | Values | Default |
---|---|---|---|
value | Sets the percentage of progress | Number | 0 |
additional-information | Adds a small text below the progress bar | String | – |
theme | Set the color scheme of the component | light , dark | light |
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>