Skip to content
Components

Progress bar

A component used to represent the completion of a task or to visualize different states that are relevant to the user.

First, import the component.

import {ProgressBar} from '@pleo-io/telescope'

Then use it, like so:

The component accepts the following props.

PropTypeDefault
aria-describedby
string
aria-label
string
aria-labelledby
string
bgColor
enum
fillColor
enum
percent*
number
variant*
enum
Information:

For accessibility, we require either aria-labelledby, aria-describedby or aria-label prop.