Progress

Display progress relative to a limit or related to a task.

General

The basic Progress usage.

Custom Max

Modify the maximum value of progress.

Dynamic Colors

You can specify the color of the progress in any range.

Type

We prepared some different styles in advance.

APIs

Progress.Props

AttributeDescriptionTypeAccepted valuesDefault
valuecurrent valuenumber-0
maxmax valuenumber-100
fixedTopfix progress to topboolean-false
fixedBottomfix progress to bottomboolean-false
colorscustom colors{ [key: number]: string }--
typepredefined state typesProgressTypesProgressTypesdefault
...native propsProgressHTMLAttributes'aria-busy', ...-

ProgressTypes

type ProgressTypes =
  | 'default'
  | 'primary'
  | 'secondary'
  | 'success'
  | 'warning'
  | 'error'
  | 'info'
Edit this page on GitHub

Previous

Popover

Next

Radio

MADE & DESIGNED WITHBY BRUNO ANDRADE
docs background gradient blue
docs background gradient violet