PopupWindow - React component
A component that renders in a popup window.
<PopupWindow
src="popup.html"
width="380"
height="200"
node-selector="#root"
>
<p>I'm rendered in the popup window</p>
</PopupWindow>
A component that renders in a popup window.
<PopupWindow
src="popup.html"
width="380"
height="200"
node-selector="#root"
>
<p>I'm rendered in the popup window</p>
</PopupWindow>