@react-lit/portal
Appends a new DOM node to the end of the document.body
and renders it's
child React tree into it. Useful to break out of the DOM hierarchy to prevent
parent styles from clipping or disturbing content (e.g. popovers, dropdowns
and modals).
Installation
Example
Development
(1) Install dependencies
(2) Run initial validation
(3) Run tests in watch-mode to validate functionality.
This project was set up by @jvdx/core