Progress Bar
<gstock-progress-bar>
|
GstockProgressBar
API
Propiedades
| Nombre | Descripción | Reflects | Tipo | Por defecto |
|---|---|---|---|---|
indeterminate
|
When true, percentage is ignored, the label is hidden, and the progress bar is drawn in an indeterminate state. |
|
boolean
|
false
|
label
|
A custom label for assistive devices. |
string
|
''
|
|
value
|
The current progress as a percentage, 0 to 100. |
|
number
|
0
|
updateComplete
|
A read-only promise that resolves when the component has finished updating. |
Aprende más sobre atributos y propiedades .
Slots
| Nombre | Descripción |
|---|---|
default
|
A label to show inside the progress. |
Aprende más sobre slots .
Partes
| Nombre | Descripción |
|---|---|
base
|
The component’s base wrapper. |
indicator
|
The progress bar’s indicator. |
label
|
The progress bar’s label. |
Aprende más sobre partes CSS .