datdot-ui example ui components https://playproject-io.github.io/datdot-ui/ usage npm install datdot-ui localStorage.debug = '*' // to get debug output const datdotui = require('datdot-ui') const element = datdotui({ buttons: 200 }) document.body.append(element)