Progress

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

General

The basic Progress usage.

Preview
See code

Custom Max

Modify the maximum value of progress.

Preview
See code

Dynamic Colors

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

Preview
See code

Type

We prepared some different styles in advance.

Preview
See code

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