Progress Bar

Demo

{/* Simple Progress Bar */}
<ProgressBar progress={44} />
{/* Progress Bar with Indeterminate Progress */}
<ProgressBar indeterminate />
{/* Progress Bar with Buffering */}
<ProgressBar progress={33} buffer={87} />

Configuration

Prop Type Effect Remarks
buffer Number Specify the buffer Optional
indeterminate Boolean Set as indeterminate Optional
progress Number Specify the progress value Optional