UNPKG

uppy

Version:

Extensible JavaScript file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Instagram, Dropbox, Google Drive, S3 and more :dog:

8 lines (6 loc) 147 B
const { h } = require('preact') module.exports = (props) => { return <div class="uppy-Provider-loading"> <span>Loading...</span> </div> }