react-statusbar.md 421 B


title: "<StatusBar />" type: docs permalink: docs/react/statusbar/

order: 61

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