Package Exports
- @uppy/dashboard
- @uppy/dashboard/dist/style.css
- @uppy/dashboard/dist/style.min.css
- @uppy/dashboard/lib/components/AddFiles
- @uppy/dashboard/lib/components/AddFiles.js
- @uppy/dashboard/lib/components/AddFilesPanel
- @uppy/dashboard/lib/components/AddFilesPanel.js
- @uppy/dashboard/lib/components/EditorPanel
- @uppy/dashboard/lib/components/EditorPanel.js
- @uppy/dashboard/lib/components/FileCard/index
- @uppy/dashboard/lib/components/FileCard/index.js
- @uppy/dashboard/lib/components/FileItem/FilePreviewAndLink
- @uppy/dashboard/lib/components/FileItem/FilePreviewAndLink/index.js
- @uppy/dashboard/lib/components/PickerPanelContent
- @uppy/dashboard/lib/components/PickerPanelContent.js
- @uppy/dashboard/lib/components/Slide
- @uppy/dashboard/lib/components/Slide.js
- @uppy/dashboard/lib/index.js
- @uppy/dashboard/lib/locale
- @uppy/dashboard/lib/locale.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@uppy/dashboard) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@uppy/dashboard
Dashboard is a universal UI plugin for Uppy:
- 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
Uppy is being developed by the folks at Transloadit, a versatile file encoding service.
Example
import Uppy from '@uppy/core'
import Dashboard from '@uppy/dashboard'
const uppy = new Uppy()
uppy.use(Dashboard, {
target: 'body',
inline: true,
})Installation
$ npm install @uppy/dashboardAlternatively, you can also use this plugin in a pre-built bundle from
Transloadit’s CDN: Smart CDN. In that case Uppy will attach itself to the
global window.Uppy object. See the
main Uppy documentation for instructions.
Documentation
Documentation for this plugin can be found on the Uppy website.