You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The wrapper component actually has 2 slots: inside and outside.
The reason is mostly to offer the user enough options to place its own components around the molstar <canvas>.
Typically, the inside slot would be useful for any UI element that should be placed "over" the molstar canvas (the parent has a position:relative CSS behavior.
But in fact those two slot may complexify the API for the user. Further tests with various layouts are needed.
The text was updated successfully, but these errors were encountered:
The wrapper component actually has 2 slots:
inside
andoutside
.The reason is mostly to offer the user enough options to place its own components around the molstar
<canvas>
.Typically, the
inside
slot would be useful for any UI element that should be placed "over" the molstar canvas (the parent has aposition:relative
CSS behavior.But in fact those two slot may complexify the API for the user. Further tests with various layouts are needed.
The text was updated successfully, but these errors were encountered: