A component used to represent the completion of a task or to visualize different states that are relevant to the user.
Basic usage
First, import the component.
import {ProgressBar} from '@pleo-io/telescope'
Then use it, like so:
API reference
The component accepts the following props.
| Prop | Type | Default |
|---|---|---|
aria-label* | string | |
isDimmed | boolean | |
percent* | number | |
size | enum | 'regular' |
variant | enum | 'neutral' |
Information:
For accessibility, we require an aria-label to be provided to the component.