JS example to change the progress indicator width:

```javascript
var progress = document.querySelector('.Vlt-progress__bar');
progress.style.width = "75%";
```

Progress bars can be used inside a <a href="/storybook/?path=/story/components-cards--image">card image</a>
