vue js wizard form

Solutions on MaxInterview for vue js wizard form by the best coders in the world

showing results for - "vue js wizard form"
Catherine
04 Mar 2016
1<form-wizard>
2  <tab-content title="Personal details">
3    My first tab content
4  </tab-content>
5  <tab-content title="Additional Info">
6      My second tab content
7   </tab-content>
8   <tab-content title="Last step">
9     Yuhuuu! This seems pretty damn simple
10   </tab-content>
11</form-wizard>