UNavigationMenu custom variants UI3
Hello Kapa 🙂
Show me how to create custom variants for UNavigationMenu in Nuxt UI3
I mostly want to change links colors (hover, activated or not) and size
2 Replies
Hi @Omnislash. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
----------------------
Hello! I'd be happy to show you how to create custom variants for UNavigationMenu in Nuxt UI 3. The UNavigationMenu component allows for customization of various aspects including link colors and sizes through its theming system.
Customizing UNavigationMenu Variants
You can customize the UNavigationMenu by defining your own variants in your app configuration. Here's how to modify link colors (for hover, active states) and sizes:
Basic Configuration
You can define custom variants in your
app.config.ts
file:
Customizing Link Colors
To customize link colors for different states (hover, active), you can use compound variants:
Customizing Link Sizes
To customize the size of links, you can modify the padding in the orientation variants:
Complete Example
Here's a more complete example showing how to customize the UNavigationMenu:
Using Your Custom Variants
After defining your custom variants, you can use them in your components:
The UNavigationMenu component in Nuxt UI 3 uses CSS variables for theming, which makes it flexible for customization. The examples above show how to modify colors and sizes by targeting specific states and elements within the component.
Navigation Menu Theme Documentation
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------<@305772639438503936> Kapa.ai is still learning and improving, please let me know how I did by reacting below.