Progress

A progress bar showing completion status of a task or operation.

Install

npx @vultra/cli add progress

Usage

<script>
  import { Progress } from '@vultra/ui';
</script>

<Progress value={33} max={100} />

Props

PropTypeDefault
valuenumber0
maxnumber100
classstring

The progress bar is a styled native <progress> element with design token colors and smooth transitions.