I have a project in development which will be something like gadget or widget for loading it in other websites. It Won't be an Iframe but when i load it as a widget in other websites there is lot's of CSS conflicts. I searched for solution and find ShadowDOM. I tried it for solving problem! but didn't work!
I appreciate it if you help me for this problem.
<div id="%REACT_APP_ROOT_ID%" data-plugin="%PLUGIN_ID"></div>
<script>
const widget = document.getElementById('rcroot');
widget.attachShadow({ mode: 'open' });
widget.shadowRoot.innerHTML = widget.innerHTML;
widget.innerHTML = '';
</script>
<div>