Latest Threat ResearchGlassWorm Loader Hits Open VSX via Developer Account Compromise.Details
Socket
Book a DemoInstallSign in
Socket

@times-stories/progress-indicator

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@times-stories/progress-indicator

> The progress indicator for the `@times-stories` suite of packages

latest
npmnpm
Version
1.3.2
Version published
Maintainers
2
Created
Source

@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>
);

FAQs

Package last updated on 07 May 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts