Progress

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

0%

Usage

import { Progress, ProgressRange, ProgressTrack } from '@isyuricunha/ui'
<Progress value={66}>
  <ProgressTrack>
    <ProgressRange />
  </ProgressTrack>
</Progress>

Examples

With Label

With Value

13%

Circular

13%
Edit on GitHub