Hacktron Design System

Progress

An indicator showing the completion progress of a task, as a bar.

<template>
  <Progress :model-value="44" />
</template>

Props

Name Type Default
...propsUProgress props (modelValue, max, status, animation, ...)

Usage