Progress Stable
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 | – |
Working sample
<uimc-progress-bar value="20" additional-information="Lorem ipsum"></uimc-progress-bar>