Reparent HTML Elements
"
svelte-reparentis a small, safe Svelte utility that allows for reparenting HTML elements within the Svelte tree.It uses a
limboto store the component to be moved around, and differentportalsthat the component can move to.limbois an invisible component, and any thing inside of it will be hidden.portalsare the visible components that the component can move to."