v-onboarding
v-onboarding copied to clipboard
v-onboarding is a super-slim, fully-typed onboarding component for Vue 3
**Describe the bug** No problem with all the first steps on the same page (App.vue) After a navigate to another page in the beforeStep or afterStep, the VOnboarding is here...
Setting OverlayInteraction of a step or tour to true now allows click events to fire even if there's not a tabbable element in the VOnboardingStep. Seems to address [Issue 100](https://github.com/fatihsolhan/v-onboarding/issues/100).
**The bug** Setting the `options` value of `preventOverlayInteraction` to `false` allows interaction but doesn't allow the actual click events to occur. This seems to be a bug. **To Reproduce** eg....
#88 caused this bug. After version 2.7.0, the input elements cannot be focused, probably the useFocusTrap force to focus on the step only. It should be allowed to focus on...
This is not in a mergeable state by any means as of now I just wanted to quickly create a proof of concept for this new feature of highlighting multiple...
When using scroll behavior of "smooth" the highlight rectangle might end up being misplaced when the scrolling occurs inside of a nested element. Capturing the event should catch the nested...
Provide better TS support by allowing the step type to be generic. In my project I extend the steps with extra properties and want it to be fully types within...