mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-24 10:47:44 +00:00
421 B
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
/>