NavigationMenuLink
Source: client/lib/theme/vueda-tailwind/navigation/index.js
Link row inside a navigation panel. Active uses
bg-accent/50so hover remains the stronger cue.
Vue component: NavigationMenuLink
| Slot | Default classes | Description |
|---|---|---|
| root | 4 classes | Link row inside a navigation panel. Active uses bg-accent/50 so hover remains the stronger cue. |
root
Link row inside a navigation panel. Active uses
bg-accent/50so hover remains the stronger cue.
Default classes:
text
data-active:focus:bg-accent data-active:hover:bg-accent data-active:bg-accent/50 data-active:text-accent-foreground
hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground active:bg-accent-active active:text-accent-foreground
[&_svg:not([class*='text-'])]:text-muted-foreground
flex flex-col gap-1 rounded-sm p-2 text-sm transition-colors focus-visible:focus-ring [&_svg:not([class*='size-'])]:size-4Source: client/lib/theme/vueda-tailwind/navigation/NavigationMenuLink.theme.js:16