> The progress indicator for the `@times-stories` suite of packages
npm install @times-stories/progress-indicator> The progress indicator for the @times-stories suite of packages
``bash`
$ yarn add @times-stories/progress-indicator
**It is unlikely you'll need to use this component, unless you are building a
custom Story implementation.**
`js
import StoryContext from "@times-stories/context";
import ProgressIndicator from "@times-stories/progress-indicator";
export default () => (
);
``