DEV Community

Cover image for Creating a feature tour like that of hey.com
KP
KP

Posted on

Creating a feature tour like that of hey.com

I'm trying to recreate a simple version of the Hey.com feature tour using Nuxt.js (or Vue.js), as you can see here.

I'm sure there are examples (perhaps even repos) of this out there in either nuxt.js or vue. If you have a tip on how to do this, please leave a comment below!

Latest comments (2)

 
kp profile image
KP

Understood and thanks for the context. I was hoping for an example of this in action.

Collapse
 
kp profile image
KP • Edited

@eruizdechavez it is indeed a carousel, but

  • the page URLs change with every new slide shown, with a nice fade-in animation
  • there are left and right arrow icons fixed on the screen.

This is basically what I'm trying to replicate, but with nuxt.js / vue.