Render a Preact subtree into the Shadow DOM.
npm install preact-shadow-rootA tiny component that renders its children into the Shadow DOM.
🔥 JSFiddle Demo
``js
import Shadow from 'preact-shadow-root'
const Demo = () => (
In the above demo, only the
within ---