class DocUploader extends HTMLElement { connectedCallback() { this.attachShadow({ mode: 'open' }); this.render(); this.bindEvents(); window.addEventListener('stateChanged', () => this.checkTranslateButton()); } render() { this.shadowRoot.innerHTML = `
Click to upload or drag and drop
PDF, DOCX, TXT, MD, RTF (Max 10MB)
2.4 MB