--- title: "<ProgressBar />" type: docs permalink: docs/react/progress-bar/ alias: docs/react/progressbar/ order: 83 --- The `` component wraps the [`@uppy/progress-bar`][] plugin. ## Installation Install from NPM: ```shell npm install @uppy/react ``` ```js import ProgressBar from '@uppy/react/lib/ProgressBar' import { ProgressBar } from '@uppy/react' ``` ## Props The `` component supports all [`@uppy/progress-bar`][] options as props. ```js ``` [`@uppy/progress-bar`]: /docs/progress-bar/