I am new to Nuxt/Nuxt UI ecosystem and I am trying to understand the basics. I am struggling to understand how the Nuxt UI props/slots system works. For example, I am trying to modify a
UNavigationMenu
UNavigationMenu
component. I can't understand from the docs what are the props to modify:
- Active menu item background color - Active menu item hover background color - Inactive menu item background color - Inactive menu item hover background color
I don't see props for these and some solutions using the
ui:
ui:
prop seem to me too complicated for such a simple task.
Is something about the philosophy of the library that I don't get or it's indeed that complicated?