@times-stories/progress-indicator
v1.3.2
Published
> The progress indicator for the `@times-stories` suite of packages
Downloads
11
Keywords
Readme
@times-stories/progress-indicator
The progress indicator for the
@times-stories
suite of packages
Installation
$ yarn add @times-stories/progress-indicator
Usage
It is unlikely you'll need to use this component, unless you are building a custom Story implementation.
import StoryContext from "@times-stories/context";
import ProgressIndicator from "@times-stories/progress-indicator";
export default () => (
<StoryContext.Provider>
<ProgressIndicator />
</StoryContext.Provider>
);