Package
v4.x
Description
Currently, the NavigationMenu component displays all menu items horizontally without handling overflow. When menu items are managed by a non-developer user through a CMS or Nuxt Studio, this can easily break the layout if there are too many items to fit in the available screen width.
It would be great to enhance the NavigationMenu to automatically handle overflow by hiding items that do not fit and providing access to them via a dropdown or similar mechanism. A solution like Priority Nav could be considered for this.
Additional context
No response