UNPKG

uppy

Version:

Almost as cute as a Puppy :dog:

10 lines (8 loc) 180 B
const html = require('yo-yo') module.exports = (props) => { return html` <li> <button type="button" onclick=${props.getFolder}>${props.title}</button> </li> ` }