`ProgressSteps` is an animated progress bar.
The `steps` and `stepsComplete` props are required, `bgColor` is optional and will use the default color if not provided.

```
<ProgressSteps bgColor="navStatusPositive" steps={5} stepsComplete={3} />

```