@@ -15,4 +15,12 @@ import DragDrop from 'uppy/lib/react/DragDrop';
The `<DragDrop />` component supports all [DragDrop][] options as props.
+```js
+<DragDrop
+ width="100%"
+ height="100%"
+ note="Images up to 200×200px"
+/>
+```
+
[DragDrop]: /docs/dragdrop/
@@ -15,4 +15,11 @@ import ProgressBar from 'uppy/lib/react/ProgressBar';
The `<ProgressBar />` component supports all [ProgressBar][] options as props.
+<ProgressBar
+ fixed
+ hideAfterFinish
[ProgressBar]: /docs/progressbar/
@@ -15,4 +15,12 @@ import StatusBar from 'uppy/lib/react/StatusBar';
The `<StatusBar />` component supports all [StatusBar][] options as props.
+<StatusBar
+ hideUploadButton
+ hideAfterFinish={false}
+ showProgressDetails
[StatusBar]: /docs/statusbar/