UNPKG

uppy

Version:

Almost as cute as a Puppy :dog:

10 lines (8 loc) 162 B
const html = require('yo-yo') module.exports = (props) => { return html` <div class="UppyProvider-loading"> <span>Loading...</span> </div> ` }