```jsx
import { MediaProgressBarDisplay } from '@cassette/components';

<MediaProgressBarDisplay
  progressDirection="right"
  style={{ background: 'black', height: 4 }}
  progressStyle={{ background: 'orange' }}
/>
```
