title: "<StatusBar />" type: docs permalink: docs/react/statusbar/
The <StatusBar />
component wraps the StatusBar plugin.
import StatusBar from 'uppy/lib/react/StatusBar';
The <StatusBar />
component supports all StatusBar options as props.
<StatusBar
hideUploadButton
hideAfterFinish={false}
showProgressDetails
/>