Components
A horizontal navigation menu with icons where the active and hovered items are highlighted by an animated underline.
Loading preview...
import NavigationMenuWithActiveItem from "@/components/ui/navigation-menu-05";
export default function NavigationMenu05Demo() {
return (
<div className="flex min-h-64 w-full items-center justify-center bg-background p-8 text-foreground">
<NavigationMenuWithActiveItem />
</div>
);
}