README
Progress Bar
Provides a standard way to indicate progress.
Installation
yarn add @atlaskit/progress-bar
Usage
Detailed docs and example usage can be found here.
A progress bar displays the status of a given process.
<script type="module">
import atlaskitProgressBar from 'https://cdn.skypack.dev/@atlaskit/progress-bar';
</script>
Provides a standard way to indicate progress.
yarn add @atlaskit/progress-bar
Detailed docs and example usage can be found here.