The community member posted a question about the behavior of a Slot component in a navigation menu. They noticed that the Slot cannot be moved outside of the navigation menu, but can be moved within the menu. The community members in the comments explained that the navigation "insides" are heavily coupled and cannot be moved outside of the navigation. As a workaround, the community members suggested creating the menu items in a Slot outside of the navigation and then reusing them in the navigation. However, it was confirmed that the contents of the Slot are heavily tied to the navigation menu and cannot be reused outside of it.
In this screen record, you'll notice the Slot cannot be moved outside of the Nav menu. It can be moved anywhere within menu but not outside. Is that normal behavior or am i missing something
Thanks
(Use case: Want to use the navigation dropdown as slot and display in other parts of the website)