Progress
An indicator showing the completion progress of a task, as a bar.
<template>
<Progress :model-value="44" />
</template>Props
| Name | Type | Default |
|---|---|---|
| ...props | UProgress props (modelValue, max, status, animation, ...) | — |
An indicator showing the completion progress of a task, as a bar.
<template>
<Progress :model-value="44" />
</template>| Name | Type | Default |
|---|---|---|
| ...props | UProgress props (modelValue, max, status, animation, ...) | — |