SiProgressbarComponent documentation¶
selector
si-progressbar
Input Properties¶
Name | Type | Default | Description |
---|---|---|---|
ariaLabel ¶ | TranslatableString | $localize`:@@SI_PROGRESSBAR.LABEL:Progress` | Needed for a11y |
heading ¶ | string | Heading to display on top of progress bar. | |
height ¶ | ProgressbarHeight | 'normal' | Height for progress bar. |
max ¶ | number | 100 | Max value for progressbar |
progress ¶ | string | Optional progress text to be shown on top right (in LTR). It can be percentage value or a progress status. E.g 50 % or Downloading 2/8 . | |
value ¶ | (undefined | number ) | 0 | Current value |
Types Documentation¶
Represents a translatable string. This can either be a translation key, e.g. ACTIONS.EDIT that will be automatically translated when displayed on the UI or a pre-translated string, e.g. Edit . Equivalent to a normal string in usage and functionality. |
---|
Translatable import imported from @siemens/element-translate-ng |
---|
Except where otherwise noted, content on this site is licensed under MIT License.