Progress
A component that displays a progress bar, usually for loading
Preview
Attributes
Property | Description | Attribute | Type | Default |
---|---|---|---|---|
value | The value of the progress bar | value | number | required |
max | The maximum value of the progress bar | max | number | 100 |
min | The minimum value of the progress bar | min | number | 0 |