| Props | Type | Description | Default |
|---|---|---|---|
| duration | number | The total duration of the progress bar animation in milliseconds | 3 |
| delay | number | The delay in starting the progress bar animation in milliseconds | 0 |
| easing | string | Easing function for the progress bar animation | easeInOut |
| barHeight | number | The height of the bar in pixels | 24 |
| barColor | string | The color of the bar | gray80 |
| autoStart | boolean | If `true`, the progress bar animation starts automatically when the component mounts | `true` |
| Props | Type | Description | Default |
|---|---|---|---|
| size | number | The size of the circular progress bar | 50 |
| barWidth | number | The width of the progress bar line | 5 |
| barColor | string | The color of the progress bar | currentColor |