Components/Progress
Since 1.0.0BETA

Progress

Linear progress and status feedback

This page was migrated by AI, please review carefully

Migration is complete, but please validate against source code and manual review.

Progress

Linear progress shows stages and rhythm of work.
Status: Beta

Demo

Progress States

Base progress with status colors

Demo loads on client.

Basic Usage

EXAMPLE.VUE
<template>
  <TuffProgress :percentage="60" />
  <TuffProgress :percentage="60" :show-text="false" />
</template>

API (Lite)

PropertyTypeDefaultDescription
percentageProgress percentage
statussuccesswarningerror-Status color
indeterminateIndeterminate mode

Composite Patterns

Progress Row

Progress paired with status label.

Demo loads on client.
Was this helpful?