An animated element that keeps the user informed regarding a pending operation.
import '@amber-ds/components/progress';
<amber-progress
size="48"
stroke="4"
value="25"
></amber-progress>
Name | Type | Default value | Description |
---|---|---|---|
size | Number | 48 | Width of the element |
stroke | Number | 4 | Width of the stroke overlay color |
value | Number | 25 | Percent of the color covering the element |
determinate | Boolean | false | If it displays a determinate spinner or an infinite one |
← Modal Progress Bar →