uppy/website/src/docs/react-progressbar.md
AJvanLoon 3e3706514b
Some docs polish
@arturi
2018-07-31 12:58:53 +02:00

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
/>