{/* Simple Progress Bar */}
<ProgressBar progress={44} />
{/* Progress Bar with Indeterminate Progress */}
<ProgressBar indeterminate />
{/* Progress Bar with Buffering */}
<ProgressBar progress={33} buffer={87} />
Prop | Type | Effect | Remarks |
---|---|---|---|
buffer | Number | Specify the buffer | Optional |
indeterminate | Boolean | Set as indeterminate | Optional |
progress | Number | Specify the progress value | Optional |