DEV Community

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

Posted on

3 1

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!

Top comments (2)

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.

 
kp profile image
KP

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

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay