@sme-uploader/dashboard
v1.0.2
Published
Universal UI plugin for SME Uploader.
Downloads
6
Maintainers
Readme
@sme-uploader/dashboard
Dashboard is a universal UI plugin for SME Uploader:
- Drag and Drop, paste, select from local disk / my device
- UI for Webcam and remote sources: Google Drive, Dropbox, Instagram (all optional, added via plugins)
- File previews and info
- Metadata editor
- Progress: total and for individual files
- Ability to pause/resume or cancel (depending on uploader plugin) individual or all files
Read the Docs | Try SME Uploader
Example
const SmeUploader = require('@sme-uploader/core');
const Dashboard = require('@sme-uploader/dashboard');
const uploader = new SmeUploader()
uploader.use(Dashboard, {
target: 'body',
inline: true
});
Installation
$ npm install @sme-uploader/dashboard
We recommend installing from npm and then using a module bundler such as Parcel, Webpack or Browserify.
Alternatively, you can also use this plugin in a pre-built bundle from CDN. In that case SmeUploader
will attach itself to the global window.SmeUploader
object. See the main SME Uploader documentation for instructions.
Documentation
Documentation for this plugin can be found on the SME Uploader website.