Parent
Get the Parent component from the package.
#
Setup โ๏ธThe <Parent>
component must be the direct parent of the children which can be transferred. You also have to access the internal parent instance to use the send
method.
#
Usage ๐Let's define a very simple child component for the example.
We define in our app two simple parent components, and insert within them the <Parent>
s.
Now we can reparent anywhere in our app using the send method.
#
Example ๐กWork in progress.