import { Canvas, ArgTypes, PRIMARY_STORY } from '@storybook/addon-docs'; import { Indeterminate } from './ProgressBar.stories';
ProgressBar is a component used in file-uploading to indicate the progress of the upload.
If there is no percentage given, the ProgressBar is by default indeterminate.
<ProgressBar />
If percentage is given, the bar will grow according to it and will also display the number %.
<ProgressBar :percentage="20" />