In many of the projects I’m working on, I need to have nested menus, and currently, I’m handling this with custom CSS and JS. It would be great if this was a built-in feature in NuxtUI, as it would save time and ensure consistency across different projects.
Why would this be useful?
It’s really handy for dashboards or apps that have categories with subcategories.
Users can access submenus without leaving the main navigation, making the UI cleaner and easier to navigate.
It would save developers the hassle of writing custom code every time they need dropdowns in vertical menus.
Additional context
As a reference, something like Radix Vue’s Navigation Menu could serve as an inspiration for this feature.
Description
Hi There,
In many of the projects I’m working on, I need to have nested menus, and currently, I’m handling this with custom CSS and JS. It would be great if this was a built-in feature in NuxtUI, as it would save time and ensure consistency across different projects.
Why would this be useful?
Additional context
As a reference, something like Radix Vue’s Navigation Menu could serve as an inspiration for this feature.