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:

6 lines (4 loc) 154 B
const { h } = require('preact') module.exports = (props) => { return <li><button type="button" onclick={props.getFolder}>{props.title}</button></li> }