|
@@ -1,12 +1,12 @@
|
|
|
-# @uppy/statusbar
|
|
|
+# @uppy/status-bar
|
|
|
|
|
|
<img src="https://uppy.io/images/logos/uppy-dog-head-arrow.svg" width="120" alt="Uppy logo: a superman puppy in a pink suit" align="right">
|
|
|
|
|
|
-<a href="https://www.npmjs.com/package/@uppy/statusbar"><img src="https://img.shields.io/npm/v/@uppy/statusbar.svg?style=flat-square"></a>
|
|
|
+<a href="https://www.npmjs.com/package/@uppy/status-bar"><img src="https://img.shields.io/npm/v/@uppy/status-bar.svg?style=flat-square"></a>
|
|
|
<a href="https://travis-ci.org/transloadit/uppy"><img src="https://img.shields.io/travis/transloadit/uppy/master.svg?style=flat-square" alt="Build Status"></a>
|
|
|
|
|
|
-The StatusBar shows upload progress and speed, ETAs, pre- and post-processing information, and allows users to control (pause/resume/cancel) the upload.
|
|
|
-Best used together with a simple file source plugin, such as [@uppy/file-input](https://uppy.io/docs/file-input) or [@uppy/drag-drop](https://uppy.io/docs/dragdrop), or a custom implementation. It is also included in the [@uppy/dashboard](https://uppy.io/docs/dashboard) plugin.
|
|
|
+The status-bar shows upload progress and speed, ETAs, pre- and post-processing information, and allows users to control (pause/resume/cancel) the upload.
|
|
|
+Best used together with a simple file source plugin, such as [@uppy/file-input](https://uppy.io/docs/file-input) or [@uppy/drag-drop](https://uppy.io/docs/drag-drop), or a custom implementation. It is also included in the [@uppy/dashboard](https://uppy.io/docs/dashboard) plugin.
|
|
|
|
|
|
Uppy is being developed by the folks at [Transloadit](https://transloadit.com), a versatile file encoding service.
|
|
|
|
|
@@ -14,7 +14,7 @@ Uppy is being developed by the folks at [Transloadit](https://transloadit.com),
|
|
|
|
|
|
```js
|
|
|
const Uppy = require('@uppy/core')
|
|
|
-const StatusBar = require('@uppy/statusbar')
|
|
|
+const StatusBar = require('@uppy/status-bar')
|
|
|
|
|
|
const uppy = Uppy()
|
|
|
uppy.use(StatusBar, {
|
|
@@ -28,7 +28,7 @@ uppy.use(StatusBar, {
|
|
|
## Installation
|
|
|
|
|
|
```bash
|
|
|
-$ npm install @uppy/statusbar --save
|
|
|
+$ npm install @uppy/status-bar --save
|
|
|
```
|
|
|
|
|
|
We recommend installing from npm and then using a module bundler such as [Webpack](http://webpack.github.io/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).
|
|
@@ -37,7 +37,7 @@ Alternatively, you can also use this plugin in a pre-built bundle from Transload
|
|
|
|
|
|
## Documentation
|
|
|
|
|
|
-Documentation for this plugin can be found on the [Uppy website](https://uppy.io/docs/statusbar).
|
|
|
+Documentation for this plugin can be found on the [Uppy website](https://uppy.io/docs/status-bar).
|
|
|
|
|
|
## License
|
|
|
|