Skip to content

SiProgressbarComponent documentation

selector
si-progressbar

Input Properties

NameTypeDefaultDescription
ariaLabel
TranslatableString$localize`:@@SI_PROGRESSBAR.LABEL:Progress`Needed for a11y
heading
stringHeading to display on top of progress bar.
height
ProgressbarHeight'normal'Height for progress bar.
max
number100Max value for progressbar
progress
stringOptional 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)0Current 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.
("small" | "normal")
Translatable
import

Except where otherwise noted, content on this site is licensed under MIT License.