diff --git a/src/components/OnboardingDialog.vue b/src/components/OnboardingDialog.vue new file mode 100644 index 0000000..1487802 --- /dev/null +++ b/src/components/OnboardingDialog.vue @@ -0,0 +1,104 @@ + + + + + + + + + + {{ step.content.title }} + + {{ step.content.description }} + + + + {{ `${index + 1}/${steps.length}` }} + + Previous + + {{ isLast ? 'Finish' : 'Next' }} + + + + + + + + Howdy, My Friend! + Click me for no reason + goToStep(1)">Click to go second step + + Start Onboarding + Finish Onboarding + + + + + + \ No newline at end of file
{{ step.content.description }}