@filerobot/informer
The Informer is a pop-up bar for showing notifications. When other plugins have some exciting news (or error) to share, they can show a notification here.
Uploader is being developed by the folks at Transloadit, a versatile file encoding service.
Example
import Uploader from '@filerobot/core'
import Informer from '@filerobot/informer'
const uploader = Uploader
uploader.use(Informer, {
target: '#mount-point'
})
Installation
$ npm install @filerobot/informer --save
We recommend installing from npm and then using a module bundler such as Webpack, Browserify or Rollup.js.
Alternatively, you can also use this plugin in a pre-built bundle from Transloadit's CDN: Edgly. In that case Uploader
will attach itself to the global window.Uploader
object. See the main Uploader documentation for instructions.
Documentation
Documentation for this plugin can be found on the Uploader website.
License
The MIT License.