@sme-uploader/dashboard
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

@sme-uploader/dashboard

SME Uploader logo

Build Status

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.

License

The MIT License.

Package Sidebar

Install

npm i @sme-uploader/dashboard

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

612 kB

Total Files

91

Last publish

Collaborators

  • sme-uploader