Progress

Displays an indicator showing the completion progress of a task, typically displayed as a progress bar.

Features

  • Provides context for assistive technology to read the progress of a task.

Install the component from your command line.

Import the components and piece the parts together.

Create your styled progress component from the primitive parts.

Adheres to the progressbar role requirements.

Contains all of the progress parts.

PropTypeDefaultRequired
asenumdiv
valuenumber | null
maxnumber
getValueLabelfunction

Used to show the progress visually. It also makes progress accessible to assistive technologies.