|
@@ -8,7 +8,7 @@ alias: docs/statusbar/
|
|
|
---
|
|
|
|
|
|
The `@uppy/status-bar` plugin shows upload progress and speed, ETAs, pre- and post-processing information, and allows users to control (pause/resume/cancel) the upload.
|
|
|
-Best used in combination with with a simple file source plugin, such as [`@uppy/file-input`][] or [`@uppy/drag-drop`][], or a custom implementation.
|
|
|
+It is best used in combination with a simple file source plugin, such as [`@uppy/file-input`][] or [`@uppy/drag-drop`][], or a custom implementation.
|
|
|
|
|
|
```js
|
|
|
const StatusBar = require('@uppy/status-bar')
|
|
@@ -38,9 +38,9 @@ const StatusBar = Uppy.StatusBar
|
|
|
|
|
|
## CSS
|
|
|
|
|
|
-The StatusBar plugin includes CSS a file for styling. If you use the [`@uppy/dashboard`](/docs/dashboard) plugin, you do not need to include the styles for the StatusBar, because the Dashboard already includes it.
|
|
|
+The StatusBar plugin includes a CSS file for styling. If you are using the [`@uppy/dashboard`](/docs/dashboard) plugin, you do not need to include the styles for the StatusBar, because the Dashboard already includes it.
|
|
|
|
|
|
-The CSS file lives at `@uppy/status-bar/dist/style.css`. A minified version is at `@uppy/status-bar/dist/style.min.css`.
|
|
|
+The CSS file lives at `@uppy/status-bar/dist/style.css`. A minified version can be found at `@uppy/status-bar/dist/style.min.css`.
|
|
|
|
|
|
Import one of these files into your project. The way to do this depends on your build system.
|
|
|
|