mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-24 10:47:44 +00:00
578 B
578 B
| title | type | permalink | alias | order |
|---|---|---|---|---|
| <ProgressBar /> | docs | docs/react/progress-bar/ | docs/react/progressbar/ | 83 |
The <ProgressBar /> component wraps the @uppy/progress-bar plugin.
Installation
Install from NPM:
npm install @uppy/react
import ProgressBar from '@uppy/react/lib/ProgressBar'
import { ProgressBar } from '@uppy/react'
Props
The <ProgressBar /> component supports all @uppy/progress-bar options as props.
<ProgressBar
fixed
hideAfterFinish
/>