Photo by Pankaj Patel on Unsplash

Animated Active Menu Highlights in VueJS — Daily Vue Tips #1

Matt Maribojoc

--

Recently, I was working on a navigation menu, when I realized that I wanted a clean way to highlight the current page.

Usually, I’d just give an element a different color and call it a day, but this time I wanted to work with something animations.

I ended up building some neat active menu highlight logic using the Composition API and…

--

--