Hi there,
Love the vue project so far, great job team!
I was hoping you could help me find the location of this template in the vue project: https://preview.keenthemes.com/metronic8/demo7/authentication/extended/multi-steps-sign-up.html
Thanks
Hi Ramin,
Unfortunately, at the moment the multi-step sign-up page is not included in the Vue theme. I created a task, we will include this page as soon as possible.
For now, you can easily add this page by following the steps below:
1)Copy HTML code from our HTML version, from file authentication/extended/multi-steps-sign-up.html
2)Then you can initialize our StepperComponnet and add validation by referring to file src/views/crafted/pages/wizards/Horizontal.vue
Thanks for the tip, i'll implement it as you've mentioned