Förloppsindikator
- Komponent
-
FProgressbar
- Status
-
Produktionsklar
Förloppsindikator används för att visa status för en operation som förväntas ta relativt lång tid.
API
Props
-
value: number
-
Sets the progress. Higher value indicates further progress.
Value must be in range 0-100.
-
valueText: string
Optional -
Text that the screenreader will read.
%VALUE%
can be used as a placeholder for the actual value e.g"You have uploaded %VALUE% percent"
.Default:
"Du har slutfört %VALUE% %."
-
aria-label: string
-
Accessible name for this progressbar. Should describe the purpose of this progressbar.