`ProgressBar` is an animated progress bar.
The `percent` prop is required, `bgColor` is optional and will use the default color if not provided.

```
<ProgressBar bgColor={theme.mermaidGreen500} percent={50} />

```
