uppy/website/src/docs/react-statusbar.md

421 B

title type permalink order
<StatusBar /> docs docs/react/statusbar/ 51

The <StatusBar /> component wraps the StatusBar plugin.

import StatusBar from 'uppy/lib/react/StatusBar';

Props

The <StatusBar /> component supports all StatusBar options as props.

<StatusBar
  hideUploadButton
  hideAfterFinish={false}
  showProgressDetails
/>