UNPKG

@atlaskit/progress-indicator

Version:

A progress indicator shows the user where they are along the steps of a journey.

5 lines (4 loc) 269 B
// NOTE: more progress indicator variants will be available in the future; // having a single named export will avoid consumers having to update their // imports when there's a feature release. export { default as ProgressIndicator } from './components/progress-dots';