uixmat / onborda

An onboarding wizard flow / product tour for Next.js animated by framer motion
https://onborda.dev
882 stars 32 forks source link

Making target element functional / clickable #22

Open enszrlu opened 2 months ago

enszrlu commented 2 months ago

Is there a way of making target still accessible?

For example if on boarding goes thru a form and I want users to fill out form one by one, I am not able to do it at the moment. I could not find anything regarding this in docs.

nyamkamunhjin commented 1 month ago

Have you found any workaround for this? I'm blocked with a same problem currently

uixmat commented 1 month ago

@enszrlu @nyamkamunhjin can you both provide more context to the problem your having, a screen recording would be super helpful!

enszrlu commented 1 month ago

Have you found any workaround for this? I'm blocked with a same problem currently

I had bunch of other requirements for my project so I released another package referencing to Onborda. nextstepjs.com

enszrlu commented 1 month ago

@enszrlu @nyamkamunhjin can you both provide more context to the problem your having, a screen recording would be super helpful!

Hi mate, when you target an area with selector; it does not allow you to interact with it. For example, if you target an input box, you cannot enter any values as you cannot click into the box.

Is it more clear?

Thanks for great work ❤️

uixmat commented 1 month ago

Ah great work man! Yea much clearer, will do some additional work on this tonight 🫡